haskell-unordered-containers: disable 'doCheck' to avoid test suite build errors
tests/HashSetProperties.hs:76:0: error: missing binary operator before token "(" tests/HashSetProperties.hs:86:0: error: missing binary operator before token "("
This commit is contained in:
parent
606d867a60
commit
d38183c803
pkgs/development/libraries/haskell/unordered-containers
|
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
||||||
ChasingBottoms hashable HUnit QuickCheck testFramework
|
ChasingBottoms hashable HUnit QuickCheck testFramework
|
||||||
testFrameworkHunit testFrameworkQuickcheck2
|
testFrameworkHunit testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/tibbe/unordered-containers";
|
homepage = "https://github.com/tibbe/unordered-containers";
|
||||||
description = "Efficient hashing-based container types";
|
description = "Efficient hashing-based container types";
|
||||||
|
|
Loading…
Reference in New Issue