1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

haskell-parsimony: updated to version 1.3

svn path=/nixpkgs/trunk/; revision=32064
This commit is contained in:
Peter Simons 2012-02-06 14:27:49 +00:00
parent f11b58a1b1
commit 1eb5674ebf

View file

@ -1,10 +1,10 @@
{ cabal, utf8String }:
{ cabal, text }:
cabal.mkDerivation (self: {
pname = "parsimony";
version = "1.1";
sha256 = "0476zmsjyjf58lh85806baqblq8hjxcrrnqc6ddxxq17lmvsd5ic";
buildDepends = [ utf8String ];
version = "1.3";
sha256 = "0vbayvk989m85qfxxls74rn0v8ylb5l7lywp30sw2wybvi4r08lg";
buildDepends = [ text ];
meta = {
description = "Monadic parser combinators derived from Parsec";
license = self.stdenv.lib.licenses.bsd3;