2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal, mtl, network, time }:
|
2009-07-09 15:24:02 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-09 15:24:02 -07:00
|
|
|
pname = "hslogger";
|
2014-10-31 03:38:18 -07:00
|
|
|
version = "1.2.6";
|
|
|
|
sha256 = "0yqw7824bn8vb9iynx8lkgswxd0nz484k4bvcwd02wvakbbfawkk";
|
2011-08-09 16:00:20 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2012-02-16 06:05:41 -08:00
|
|
|
buildDepends = [ mtl network time ];
|
2009-07-09 15:24:02 -07:00
|
|
|
meta = {
|
2011-08-09 16:00:20 -07:00
|
|
|
homepage = "http://software.complete.org/hslogger";
|
2009-07-18 08:25:28 -07:00
|
|
|
description = "Versatile logging framework";
|
2011-08-09 16:00:20 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-07-09 15:24:02 -07:00
|
|
|
};
|
|
|
|
})
|