haskell-hakyll: jailbreak to fix build with recent version of pandoc-citeproc

This commit is contained in:
Peter Simons 2014-01-20 17:38:55 +01:00
parent 9c065f77d8
commit 8088837dc8

View File

@ -25,6 +25,9 @@ cabal.mkDerivation (self: {
snapCore snapServer systemFilepath tagsoup testFramework
testFrameworkHunit testFrameworkQuickcheck2 text time
];
patchPhase = ''
sed -i -e 's|pandoc-citeproc >=.*,|pandoc-citeproc,|' hakyll.cabal
'';
doCheck = false;
meta = {
homepage = "http://jaspervdj.be/hakyll";