haskell-hakyll: update to version 4.3.3.0
This commit is contained in:
parent
5b291905ee
commit
97f3b6a38a
@ -26,7 +26,9 @@ cabal.mkDerivation (self: {
|
|||||||
testFrameworkHunit testFrameworkQuickcheck2 text time
|
testFrameworkHunit testFrameworkQuickcheck2 text time
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
jailbreak = true;
|
patchPhase = ''
|
||||||
|
sed -i -e 's|cryptohash.*,|cryptohash,|' hakyll.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://jaspervdj.be/hakyll";
|
homepage = "http://jaspervdj.be/hakyll";
|
||||||
description = "A static website compiler library";
|
description = "A static website compiler library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user