summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/uu-parsinglib/default.nix
blob: 421e23aa5612c06159aea8b7d0e363934e2bf7a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{cabal}:

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