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