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:
parent
bab62f09e0
commit
94d3f2c692
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user