summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/uu-parsinglib/default.nix
blob: 4053301420943d8525c92fa46570934cbb3aaea4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, ListLike, time, uuInterleaved }:

cabal.mkDerivation (self: {
  pname = "uu-parsinglib";
  version = "2.8.1.1";
  sha256 = "1mz8sni7mj85b0ih0y1ld7lcj74iq5z2xi1lbwwndpqra9ahc5s6";
  buildDepends = [ ListLike time uuInterleaved ];
  meta = {
    homepage = "http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators";
    description = "Fast, online, error-correcting, monadic, applicative, merging, permuting, idiomatic parser combinators";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})