summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/parsec/3.1.6.nix
blob: 5a8d83622f540cc50be2b6bd1b06798297975d7b (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.6";
  sha256 = "12k2gzy7fi83929mr2s4vj3ipfyg7l74v1cb2vbi4613qmq5wrw4";
  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;
  };
})