1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-12 08:01:50 +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 2a5028bcc4
commit aacbdfab6b

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";