haskell-yesod-static: patch to support recent versions of base64-bytestring
This commit is contained in:
parent
bf188b3fd2
commit
7d889c6dfa
@ -12,6 +12,9 @@ cabal.mkDerivation (self: {
|
|||||||
httpTypes systemFilepath text transformers unixCompat wai
|
httpTypes systemFilepath text transformers unixCompat wai
|
||||||
waiAppStatic yesodCore
|
waiAppStatic yesodCore
|
||||||
];
|
];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i yesod-static.cabal -e 's|, base64-bytestring.*|, base64-bytestring|'
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "Static file serving subsite for Yesod Web Framework";
|
description = "Static file serving subsite for Yesod Web Framework";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user