haskell-hledger-web: jailbreak to fix build with recent versions of yesod

This commit is contained in:
Peter Simons 2014-03-11 16:13:14 +01:00
parent 36ee5c61c3
commit 4c226fb88a

@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
yesodCore yesodStatic
];
testDepends = [ hspec yesod yesodTest ];
jailbreak = true;
doCheck = false;
meta = {
homepage = "http://hledger.org";