1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

haskell-groups: add version 0.3.0.0

This commit is contained in:
Peter Simons 2013-09-02 11:00:56 +02:00
parent 748c44df6f
commit 0c5c9e31ff
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "groups";
version = "0.3.0.0";
sha256 = "07swv09l98fxh563w1x8n8xzgh9q7n9dbx4gx3i77kwi72vmxl8x";
meta = {
description = "Haskell 98 groups";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View file

@ -1083,6 +1083,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
graphviz = callPackage ../development/libraries/haskell/graphviz {};
groups = callPackage ../development/libraries/haskell/groups {};
groupoids = callPackage ../development/libraries/haskell/groupoids {};
hakyll = callPackage ../development/libraries/haskell/hakyll {};