Add haskell/monad-unify
Signed-off-by: Ricky Elrod <ricky@elrod.me>
This commit is contained in:
parent
a0072b4d2d
commit
400333b9f8
13
pkgs/development/libraries/haskell/monad-unify/default.nix
Normal file
13
pkgs/development/libraries/haskell/monad-unify/default.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ cabal, mtl, unorderedContainers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "monad-unify";
|
||||
version = "0.2.2";
|
||||
sha256 = "1icl4jaa4vc4lb75m6wv4vjvf8b2xx7aziqhsg2pshizdkfxmgwp";
|
||||
buildDepends = [ mtl unorderedContainers ];
|
||||
meta = {
|
||||
description = "Generic first-order unification";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1442,6 +1442,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
monadsTf = callPackage ../development/libraries/haskell/monads-tf {};
|
||||
|
||||
monadUnify = callPackage ../development/libraries/haskell/monad-unify {};
|
||||
|
||||
monoidExtras = callPackage ../development/libraries/haskell/monoid-extras {};
|
||||
|
||||
monoidTransformer = callPackage ../development/libraries/haskell/monoid-transformer {};
|
||||
|
Loading…
Reference in New Issue
Block a user