haskell-blaze-html: update to version 0.6.1.0
This commit is contained in:
parent
e17ac44037
commit
62c29e0755
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "blaze-html";
|
pname = "blaze-html";
|
||||||
version = "0.6.0.0";
|
version = "0.6.1.0";
|
||||||
sha256 = "0n8jpmslcs29pfyb8jhp43dg4058ahd9y3kf2p2wr3r6b9yr5dll";
|
sha256 = "1y2z2md62kpl57qcvwvswmrjq7zhkqwfv8zr2acdvcxcxnyc47fm";
|
||||||
buildDepends = [ blazeBuilder blazeMarkup text ];
|
buildDepends = [ blazeBuilder blazeMarkup text ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeBuilder blazeMarkup HUnit QuickCheck testFramework
|
blazeBuilder blazeMarkup HUnit QuickCheck testFramework
|
||||||
|
|
Loading…
Reference in New Issue