haskell-groupoids: add version 3.0.1.1
This commit is contained in:
parent
15f7853a9e
commit
2ca9fc6bd7
14
pkgs/development/libraries/haskell/groupoids/default.nix
Normal file
14
pkgs/development/libraries/haskell/groupoids/default.nix
Normal 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;
|
||||
};
|
||||
})
|
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user