haskell-hledger-web: disable 'doCheck' to avoid test suite build failure

tests/main.hs:12:8:
    Could not find module `HomeTest'
    Use -v to see a list of the files searched for.
This commit is contained in:
Peter Simons 2013-02-25 02:01:23 +01:00
parent 6a0c5a2da2
commit 4417ffa2b5

View File

@ -25,6 +25,7 @@ cabal.mkDerivation (self: {
sed -r -i -e 's|blaze-html * >= 0.5 *&& < 0.6|blaze-html >= 0.5|' hledger-web.cabal
'';
jailbreak = true;
doCheck = false;
meta = {
homepage = "http://hledger.org";
description = "A web interface for the hledger accounting tool";