1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

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:
Peter Simons 2013-02-25 00:50:31 +01:00
parent 606d867a60
commit d38183c803

View file

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
ChasingBottoms hashable HUnit QuickCheck testFramework
testFrameworkHunit testFrameworkQuickcheck2
];
doCheck = false;
meta = {
homepage = "https://github.com/tibbe/unordered-containers";
description = "Efficient hashing-based container types";