forked from mirrors/nixpkgs
haskell-split: don't run the test suite with GHC 7.9.x to avoid infinite loop
This commit is contained in:
parent
e081cc3b44
commit
a1e3aef5d8
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
||||||
version = "0.2.2";
|
version = "0.2.2";
|
||||||
sha256 = "0xa3j0gwr6k5vizxybnzk5fgb3pppgspi6mysnp2gwjp2dbrxkzr";
|
sha256 = "0xa3j0gwr6k5vizxybnzk5fgb3pppgspi6mysnp2gwjp2dbrxkzr";
|
||||||
testDepends = [ QuickCheck ];
|
testDepends = [ QuickCheck ];
|
||||||
|
doCheck = self.stdenv.lib.versionOlder self.ghc.version "7.9";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Combinator library for splitting lists";
|
description = "Combinator library for splitting lists";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
|
Loading…
Reference in a new issue