haskell-hledger-web: jailbreak to fix build with recent versions of yesod
This commit is contained in:
parent
36ee5c61c3
commit
4c226fb88a
@ -20,6 +20,7 @@ cabal.mkDerivation (self: {
|
|||||||
yesodCore yesodStatic
|
yesodCore yesodStatic
|
||||||
];
|
];
|
||||||
testDepends = [ hspec yesod yesodTest ];
|
testDepends = [ hspec yesod yesodTest ];
|
||||||
|
jailbreak = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://hledger.org";
|
homepage = "http://hledger.org";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user