haskell-happstack-server: disable 'doCheck' to avoid test suite build errors

tests/Test.hs:3:8:
    Could not find module `Happstack.Server.Tests'
    Perhaps you meant
      Happstack.Server.Types (from happstack-server-7.1.6)
      Happstack.Server.Auth (from happstack-server-7.1.6)
      Happstack.Server.Client (from happstack-server-7.1.6)
    Use -v to see a list of the files searched for.
This commit is contained in:
Peter Simons 2013-02-25 00:13:30 +01:00
parent 2ae0ca0580
commit cf1df3a9e9

View file

@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
utf8String xhtml zlib
];
testDepends = [ HUnit parsec zlib ];
doCheck = false;
meta = {
homepage = "http://happstack.com";
description = "Web related tools and services";