2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal, text }:
|
2009-09-28 04:29:19 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2009-09-28 04:29:19 -07:00
|
|
|
pname = "parsimony";
|
2012-02-06 06:27:49 -08:00
|
|
|
version = "1.3";
|
|
|
|
sha256 = "0vbayvk989m85qfxxls74rn0v8ylb5l7lywp30sw2wybvi4r08lg";
|
2012-02-16 06:05:41 -08:00
|
|
|
buildDepends = [ text ];
|
2009-09-28 04:29:19 -07:00
|
|
|
meta = {
|
|
|
|
description = "Monadic parser combinators derived from Parsec";
|
2011-08-07 15:02:32 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-09-28 04:29:19 -07:00
|
|
|
};
|
2011-03-28 08:04:00 -07:00
|
|
|
})
|