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:
parent
748c44df6f
commit
0c5c9e31ff
12
pkgs/development/libraries/haskell/groups/default.nix
Normal file
12
pkgs/development/libraries/haskell/groups/default.nix
Normal 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;
|
||||
};
|
||||
})
|
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue