hslogger-template: updated to version 2.0.0
svn path=/nixpkgs/trunk/; revision=28348
This commit is contained in:
parent
bd668ae27b
commit
e364320481
@ -2,11 +2,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "hslogger-template";
|
pname = "hslogger-template";
|
||||||
version = "1.0.0";
|
version = "2.0.0";
|
||||||
sha256 = "0lnscbilzr5avi2h831kv2xhahh7pi5g054bw0sy57a1ccm2pvs1";
|
sha256 = "1x8c132ckxjhnhlrnm92h0hkalkrgcc91cn73kv9kvcwy9b2fqcr";
|
||||||
propagatedBuildInputs = [ hslogger mtl ];
|
propagatedBuildInputs = [ hslogger mtl ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Library for generating hslogger functions using Template Haskell";
|
description = "Automatic generation of hslogger functions";
|
||||||
|
license = self.stdenv.lib.licenses.publicDomain;
|
||||||
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user