nixpkgs/pkgs/development/libraries/haskell/uu-parsinglib/default.nix

12 lines
275 B
Nix
Raw Normal View History

{cabal}:
cabal.mkDerivation (self : {
pname = "uu-parsinglib";
version = "2.5.4.2";
sha256 = "94f8f3f7e64dd87a4930190f922a07014e21e3cc320ba1ffefdae7db4401bfcd";
meta = {
description = "New version of the Utrecht University parser combinator library";
};
})