haskell-HTF: disable test suite to fix the build

https://github.com/skogsbaer/HTF/issues/37
This commit is contained in:
Peter Simons 2014-05-13 18:08:29 +02:00
parent 55e5a1546e
commit f10bf6653c

View File

@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
aeson filepath mtl random regexCompat temporary text
unorderedContainers
];
doCheck = false;
meta = {
homepage = "https://github.com/skogsbaer/HTF/";
description = "The Haskell Test Framework";