haskell-List: add version 0.4.4

This commit is contained in:
Peter Simons
2012-11-01 09:40:00 +01:00
parent 5896f13961
commit 3f50c02496
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{ cabal, transformers }:
cabal.mkDerivation (self: {
pname = "List";
version = "0.4.4";
sha256 = "1dmri9l2mzq1kwy2539z9z21a61rr5ldy990kcixngi4wnaymdbz";
buildDepends = [ transformers ];
meta = {
homepage = "http://github.com/yairchu/generator/tree";
description = "List monad transformer and class";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})