haskell-gitit: patch to support current version of hslogger

This commit is contained in:
Peter Simons 2012-07-16 11:20:59 +02:00
parent e97fd3491a
commit 3c090b3f29

View file

@ -18,6 +18,9 @@ cabal.mkDerivation (self: {
safe SHA syb tagsoup text time url utf8String xhtml xml xssSanitize
zlib
];
patchPhase = ''
sed -i -e 's|hslogger.*,|hslogger,|' gitit.cabal
'';
meta = {
homepage = "http://gitit.net";
description = "Wiki using happstack, git or darcs, and pandoc";