haskell-hakyll: patch to allow building with latest version of 'hamlet'

This commit is contained in:
Peter Simons 2012-08-09 11:54:22 +02:00
parent 0979c3df69
commit e0c204a940
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ cabal.mkDerivation (self: {
mtl pandoc parsec regexBase regexTdfa snapCore snapServer tagsoup
text time
];
patchPhase = ''
sed -i hakyll.cabal -e 's|hamlet.*,|hamlet,|'
'';
meta = {
homepage = "http://jaspervdj.be/hakyll";
description = "A static website compiler library";