3
0
Fork 0
forked from mirrors/nixpkgs

haskell-xml-hamlet: update to version 0.4.0.9

This commit is contained in:
Peter Simons 2014-07-14 10:54:20 +02:00
parent 65264cfb58
commit c8a7d72eac

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "xml-hamlet";
version = "0.4.0.8";
sha256 = "10hc4a6lqifiinm9rf1ziw35bjnjgkd5mhagg9anvz35hhr7bbrr";
version = "0.4.0.9";
sha256 = "0vm4jhvjf53a33sisnhghg0m9pcv2fx676rl90vbm2xcd9rqlj82";
buildDepends = [ parsec shakespeare text xmlConduit ];
testDepends = [ hspec HUnit parsec shakespeare text xmlConduit ];
meta = {