haskell-cookie: don't run the test suite with GHC versions prior to 7.8

https://github.com/snoyberg/cookie/issues/9
This commit is contained in:
Peter Simons 2014-08-07 22:46:07 +02:00
parent 2adee85bbe
commit 2081fc9394

View file

@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
blazeBuilder HUnit QuickCheck testFramework testFrameworkHunit
testFrameworkQuickcheck2 text time
];
doCheck = self.stdenv.lib.versionOlder "7.8" self.ghc.version;
meta = {
homepage = "http://github.com/snoyberg/cookie";
description = "HTTP cookie parsing and rendering";