hspec 1.5.2 fails its test suite on i686-linux.
The issue is under investigation and it's probably harmless.
This commit is contained in:
parent
48e87d617e
commit
dfb5cf5cc0
@ -18,6 +18,7 @@ cabal.mkDerivation (self: {
|
|||||||
hspecMeta HUnit QuickCheck quickcheckIo random setenv silently time
|
hspecMeta HUnit QuickCheck quickcheckIo random setenv silently time
|
||||||
transformers
|
transformers
|
||||||
];
|
];
|
||||||
|
doCheck = self.stdenv.system == "x86_64-linux";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://hspec.github.com/";
|
homepage = "http://hspec.github.com/";
|
||||||
description = "Behavior-Driven Development for Haskell";
|
description = "Behavior-Driven Development for Haskell";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user