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 15:37:12 +02:00
parent 0e813e4fdd
commit 834de32dff

View File

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