haskell-yesod-static: patch to support recent versions of base64-bytestring

This commit is contained in:
Peter Simons 2012-08-28 12:31:19 +02:00
parent bf188b3fd2
commit 7d889c6dfa

View File

@ -12,6 +12,9 @@ cabal.mkDerivation (self: {
httpTypes systemFilepath text transformers unixCompat wai
waiAppStatic yesodCore
];
patchPhase = ''
sed -i yesod-static.cabal -e 's|, base64-bytestring.*|, base64-bytestring|'
'';
meta = {
homepage = "http://www.yesodweb.com/";
description = "Static file serving subsite for Yesod Web Framework";