haskell-packages.nix: added mtlparse
svn path=/nixpkgs/trunk/; revision=27851
This commit is contained in:
parent
37e07ad933
commit
f05ab93c88
12
pkgs/development/libraries/haskell/mtlparse/default.nix
Normal file
12
pkgs/development/libraries/haskell/mtlparse/default.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{cabal, mtl}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "mtlparse";
|
||||
version = "0.1.2";
|
||||
sha256 = "cd85d985e4eff842b1c053a2ff507094a20995c5757acc06ea34ff07d9edd142";
|
||||
propagatedBuildInputs = [mtl];
|
||||
meta = {
|
||||
description = "parse library based on the mtl package";
|
||||
};
|
||||
})
|
||||
|
@ -716,6 +716,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
mtl2 = self.mtl_2_0_1_0;
|
||||
mtl = self.mtl1;
|
||||
|
||||
mtlparse = callPackage ../development/libraries/haskell/mtlparse {};
|
||||
|
||||
multiplate = callPackage ../development/libraries/haskell/multiplate {};
|
||||
|
||||
multirec = callPackage ../development/libraries/haskell/multirec {};
|
||||
|
Loading…
Reference in New Issue
Block a user