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