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: { cabal.mkDerivation (self: {
pname = "xml-hamlet"; pname = "xml-hamlet";
version = "0.4.0.8"; version = "0.4.0.9";
sha256 = "10hc4a6lqifiinm9rf1ziw35bjnjgkd5mhagg9anvz35hhr7bbrr"; sha256 = "0vm4jhvjf53a33sisnhghg0m9pcv2fx676rl90vbm2xcd9rqlj82";
buildDepends = [ parsec shakespeare text xmlConduit ]; buildDepends = [ parsec shakespeare text xmlConduit ];
testDepends = [ hspec HUnit parsec shakespeare text xmlConduit ]; testDepends = [ hspec HUnit parsec shakespeare text xmlConduit ];
meta = { meta = {