haskell-blaze-html: update to version 0.7.0.1
This commit is contained in:
parent
2916f880b1
commit
2f17d51ce8
@ -4,16 +4,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "blaze-html";
|
pname = "blaze-html";
|
||||||
version = "0.7.0.0";
|
version = "0.7.0.1";
|
||||||
sha256 = "1k8mxq3hmf2s7qab67jz3yaan7wdc4mn5sa00rw5zk4mjh722w86";
|
sha256 = "05z0a6x49f56bazkcdxpdi2a7pyzsiv7qc72grcz9sqjz1d6yagh";
|
||||||
buildDepends = [ blazeBuilder blazeMarkup text ];
|
buildDepends = [ blazeBuilder blazeMarkup text ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeBuilder blazeMarkup HUnit QuickCheck testFramework
|
blazeBuilder blazeMarkup HUnit QuickCheck testFramework
|
||||||
testFrameworkHunit testFrameworkQuickcheck2 text
|
testFrameworkHunit testFrameworkQuickcheck2 text
|
||||||
];
|
];
|
||||||
patchPhase = ''
|
|
||||||
sed -i -e 's|blaze-markup.*>=.*,|blaze-markup,|' blaze-html.cabal
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://jaspervdj.be/blaze";
|
homepage = "http://jaspervdj.be/blaze";
|
||||||
description = "A blazingly fast HTML combinator library for Haskell";
|
description = "A blazingly fast HTML combinator library for Haskell";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user