haskell-hakyll: update to version 4.4.1.2

This commit is contained in:
Peter Simons 2013-10-19 12:45:30 +02:00
parent a9302d494c
commit 5215ad693c

View File

@ -8,8 +8,8 @@
cabal.mkDerivation (self: {
pname = "hakyll";
version = "4.4.1.1";
sha256 = "1jrswf9nk72n0a32mzarkv8x728dnjs68kijpgh35m6y10fsn4d8";
version = "4.4.1.2";
sha256 = "0rbl0gl5ds63mv8cbcwb8aj0vic9padqs3zrdxr2ny70md1v9m9y";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -25,9 +25,6 @@ cabal.mkDerivation (self: {
snapCore snapServer systemFilepath tagsoup testFramework
testFrameworkHunit testFrameworkQuickcheck2 text time
];
patchPhase = ''
sed -i -e 's|cryptohash.*,|cryptohash,|' -e 's|tagsoup.*,|tagsoup,|' hakyll.cabal
'';
doCheck = false;
meta = {
homepage = "http://jaspervdj.be/hakyll";