haskell-hledger-web: jailbreak to fix build with latest 'blaze-markup'
This commit is contained in:
parent
4cb0ec470f
commit
06627cbfc4
@ -21,6 +21,9 @@ cabal.mkDerivation (self: {
|
||||
];
|
||||
testDepends = [ hspec yesod yesodTest ];
|
||||
doCheck = false;
|
||||
patchPhase = ''
|
||||
sed -i -e 's|blaze-html.*0.7|blaze-html|' -e 's|blaze-markup.*0.7|blaze-markup|' hledger-web.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://hledger.org";
|
||||
description = "A web interface for the hledger accounting tool";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user