haskell-split: don't run the test suite with GHC 7.9.x to avoid infinite loop

This commit is contained in:
Peter Simons 2014-05-23 21:32:19 +02:00
parent e081cc3b44
commit a1e3aef5d8

View File

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.2.2";
sha256 = "0xa3j0gwr6k5vizxybnzk5fgb3pppgspi6mysnp2gwjp2dbrxkzr";
testDepends = [ QuickCheck ];
doCheck = self.stdenv.lib.versionOlder self.ghc.version "7.9";
meta = {
description = "Combinator library for splitting lists";
license = self.stdenv.lib.licenses.bsd3;