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

{ cabal, HUnit, mtl, testFramework, testFrameworkHunit, text }:

cabal.mkDerivation (self: {
  pname = "parsec";
  version = "3.1.7";
  sha256 = "12h7n367gaw9ifd19yd3ppi4j6kghf7rryacl0ips0fwlxw1x8wa";
  buildDepends = [ mtl text ];
  testDepends = [ HUnit testFramework testFrameworkHunit ];
  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;
  };
})