haskell-HTF: disable test suite to fix build error

https://github.com/skogsbaer/HTF/issues/37
This commit is contained in:
Peter Simons
2014-10-19 16:55:24 +02:00
parent 0e813e4fdd
commit 834de32dff
@@ -21,6 +21,7 @@ cabal.mkDerivation (self: {
aeson aesonPretty filepath HUnit mtl random regexCompat temporary aeson aesonPretty filepath HUnit mtl random regexCompat temporary
text unorderedContainers text unorderedContainers
]; ];
doCheck = false;
meta = { meta = {
homepage = "https://github.com/skogsbaer/HTF/"; homepage = "https://github.com/skogsbaer/HTF/";
description = "The Haskell Test Framework"; description = "The Haskell Test Framework";