haskell-groupoids: add version 3.0.1.1

This commit is contained in:
Peter Simons 2013-01-22 16:06:23 +01:00
parent 15f7853a9e
commit 2ca9fc6bd7
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{ cabal, semigroupoids }:
cabal.mkDerivation (self: {
pname = "groupoids";
version = "3.0.1.1";
sha256 = "0r4xjyq7icd52nas27bhr5k8q7li6lba8mlkcipghhsgxsyjfp63";
buildDepends = [ semigroupoids ];
meta = {
homepage = "http://github.com/ekmett/groupoids/";
description = "Haskell 98 Groupoids";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -912,6 +912,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
polyparse = self.polyparse_1_7;
};
groupoids = callPackage ../development/libraries/haskell/groupoids {};
hakyll = callPackage ../development/libraries/haskell/hakyll {};
hamlet = callPackage ../development/libraries/haskell/hamlet {};