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

{ cabal, mtl, text }:

cabal.mkDerivation (self: {
  pname = "parsec";
  version = "3.1.5";
  sha256 = "1f1wg4qxp1ss2160sa3vbqff18fabwhqjkyfj4sgyfmwf9fj8wn5";
  buildDepends = [ mtl text ];
  jailbreak = true;
  meta = {
    homepage = "http://www.cs.uu.nl/~daan/parsec.html";
    description = "Monadic parser combinators";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})