haskell-gitit: patch to support recent versions of base64-bytestring

This commit is contained in:
Peter Simons 2012-08-28 12:34:15 +02:00
parent 7d889c6dfa
commit 9bce51f6ec

@ -19,7 +19,7 @@ cabal.mkDerivation (self: {
zlib
];
patchPhase = ''
sed -i -e 's|hslogger.*,|hslogger,|' gitit.cabal
sed -i -e 's|hslogger.*,|hslogger,|' -e 's|base64-bytestring.*,|base64-bytestring,|' gitit.cabal
'';
meta = {
homepage = "http://gitit.net";