2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-09-10 20:42:58 +02:00
|
|
|
{ cabal, HUnit, mtl, testFramework, testFrameworkHunit, text }:
|
2013-12-10 11:02:59 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "parsec";
|
2014-09-10 20:42:58 +02:00
|
|
|
version = "3.1.6";
|
|
|
|
sha256 = "12k2gzy7fi83929mr2s4vj3ipfyg7l74v1cb2vbi4613qmq5wrw4";
|
2013-12-10 11:02:59 +01:00
|
|
|
buildDepends = [ mtl text ];
|
2014-09-10 20:42:58 +02:00
|
|
|
testDepends = [ HUnit testFramework testFrameworkHunit ];
|
2014-01-09 11:19:48 +01:00
|
|
|
jailbreak = true;
|
2013-12-10 11:02:59 +01:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|