18250b97ae
had added him earlier.
16 lines
430 B
Nix
16 lines
430 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, text }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "parsimony";
|
|
version = "1.3";
|
|
sha256 = "0vbayvk989m85qfxxls74rn0v8ylb5l7lywp30sw2wybvi4r08lg";
|
|
buildDepends = [ text ];
|
|
meta = {
|
|
description = "Monadic parser combinators derived from Parsec";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|