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