haskell-abstract-deque: disable test suite to avoid bug in GHC 7.4.2

This commit is contained in:
Peter Simons 2013-07-14 21:05:29 +02:00
parent a895082e56
commit e401940008

View file

@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "12g4y3j59nkjw9ja247m8ydhj6a033lzfbqkp4a5slrqdxfdlvyb";
buildDepends = [ HUnit random testFramework testFrameworkHunit ];
testDepends = [ HUnit random testFramework testFrameworkHunit ];
doCheck = false;
meta = {
homepage = "https://github.com/rrnewton/haskell-lockfree-queue/wiki";
description = "Abstract, parameterized interface to mutable Deques";