3
0
Fork 0
forked from mirrors/nixpkgs

happstack-server: disable test suite to fix build error

This commit is contained in:
Peter Simons 2013-03-08 13:36:45 +01:00
parent 7db1b1e085
commit f805ec1e0a

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";