3
0
Fork 0
forked from mirrors/nixpkgs

haskell-blaze-html: update to version 0.7.0.2

This commit is contained in:
Peter Simons 2014-05-01 12:19:47 +02:00
parent 7452e8b4eb
commit 87f8a70f9c

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "blaze-html";
version = "0.7.0.1";
sha256 = "05z0a6x49f56bazkcdxpdi2a7pyzsiv7qc72grcz9sqjz1d6yagh";
version = "0.7.0.2";
sha256 = "0yqgm5nrryx0qlz9qhpbfxvkwjdbl9876v4gnn0src81j9dzcx2v";
buildDepends = [ blazeBuilder blazeMarkup text ];
testDepends = [
blazeBuilder blazeMarkup HUnit QuickCheck testFramework