haskell-hledger-web: update to version 0.22.4

This commit is contained in:
Peter Simons 2014-02-13 10:57:53 +01:00
parent 96a64bff2a
commit 6038c78c25

View file

@ -8,8 +8,8 @@
cabal.mkDerivation (self: {
pname = "hledger-web";
version = "0.22.1";
sha256 = "0nqw7scnhcip2bg832p9v0rqk01gn4xwj9bqsvsvmh31fh9ldchw";
version = "0.22.4";
sha256 = "07xz6ijg3nzzjair5gdjjryv5hs2rxws4maz22rrqnpf8wwjjc54";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -21,9 +21,6 @@ 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";