Some Haskell library updates.
svn path=/nixpkgs/trunk/; revision=15621
This commit is contained in:
11
pkgs/development/libraries/haskell/uu-parsinglib/default.nix
Normal file
11
pkgs/development/libraries/haskell/uu-parsinglib/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{cabal}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "uu-parsinglib";
|
||||
version = "2.0.0";
|
||||
sha256 = "b92246d7019fcdf8a6448686eb619b176b1744217f64e31f14e906b4991198ca";
|
||||
meta = {
|
||||
description = "New version of the Utrecht University parser combinator library";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user