haskell-HTF: disable test suite to fix the build
https://github.com/skogsbaer/HTF/issues/37
This commit is contained in:
parent
55e5a1546e
commit
f10bf6653c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user