haskell-hledger-web: jailbreak to fix build with latest 'blaze-markup'
This commit is contained in:
@@ -21,6 +21,9 @@ cabal.mkDerivation (self: {
|
|||||||
];
|
];
|
||||||
testDepends = [ hspec yesod yesodTest ];
|
testDepends = [ hspec yesod yesodTest ];
|
||||||
doCheck = false;
|
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 = {
|
meta = {
|
||||||
homepage = "http://hledger.org";
|
homepage = "http://hledger.org";
|
||||||
description = "A web interface for the hledger accounting tool";
|
description = "A web interface for the hledger accounting tool";
|
||||||
|
|||||||
Reference in New Issue
Block a user