haskell-hakyll: jailbreak to support recent versions of pandoc and tagsoup

This commit is contained in:
Peter Simons 2013-09-16 12:33:38 +02:00
parent 137e8ef0f1
commit 7129fbe352
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ cabal.mkDerivation (self: {
];
doCheck = false;
patchPhase = ''
sed -i -e 's|cryptohash.*,|cryptohash,|' hakyll.cabal
sed -i -e 's|cryptohash.*,|cryptohash,|' -e 's|tagsoup.*,|tagsoup,|' -e 's|pandoc.*,|pandoc,|' hakyll.cabal
'';
meta = {
homepage = "http://jaspervdj.be/hakyll";