3
0
Fork 0
forked from mirrors/nixpkgs

haskell-HaXml: update to version 1.24

This commit is contained in:
Peter Simons 2013-05-16 13:02:01 +02:00
parent 0163789e02
commit 8cbc3906a3

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "HaXml";
version = "1.23.3";
sha256 = "1gp3vjv8g0i9bd0sryfjarzp7n8ddfbrib68jzhqgjkqbyj2bs8g";
version = "1.24";
sha256 = "18kvavqa84k2121ppxngn39fjz4w63chngb3255w1fhdz13v3ydn";
isLibrary = true;
isExecutable = true;
buildDepends = [ filepath polyparse random ];