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:
Peter Simons 2013-04-02 11:15:53 +02:00
parent 48e87d617e
commit dfb5cf5cc0

@ -18,6 +18,7 @@ cabal.mkDerivation (self: {
hspecMeta HUnit QuickCheck quickcheckIo random setenv silently time
transformers
];
doCheck = self.stdenv.system == "x86_64-linux";
meta = {
homepage = "http://hspec.github.com/";
description = "Behavior-Driven Development for Haskell";