haskell-abstract-deque: disable test suite to avoid bug in GHC 7.4.2
This commit is contained in:
parent
a895082e56
commit
e401940008
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user