3
0
Fork 0
forked from mirrors/nixpkgs

haskell-blaze-html: update to version 0.6.1.0

This commit is contained in:
Peter Simons 2013-03-06 11:06:00 +01:00
parent e17ac44037
commit 62c29e0755

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "blaze-html";
version = "0.6.0.0";
sha256 = "0n8jpmslcs29pfyb8jhp43dg4058ahd9y3kf2p2wr3r6b9yr5dll";
version = "0.6.1.0";
sha256 = "1y2z2md62kpl57qcvwvswmrjq7zhkqwfv8zr2acdvcxcxnyc47fm";
buildDepends = [ blazeBuilder blazeMarkup text ];
testDepends = [
blazeBuilder blazeMarkup HUnit QuickCheck testFramework