haskell-hakyll: update to version 4.3.3.0

This commit is contained in:
Peter Simons 2013-09-02 13:20:16 +02:00
parent 5b291905ee
commit 97f3b6a38a

View file

@ -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";