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:
parent
2adee85bbe
commit
2081fc9394
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
|||||||
blazeBuilder HUnit QuickCheck testFramework testFrameworkHunit
|
blazeBuilder HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2 text time
|
testFrameworkQuickcheck2 text time
|
||||||
];
|
];
|
||||||
|
doCheck = self.stdenv.lib.versionOlder "7.8" self.ghc.version;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/cookie";
|
homepage = "http://github.com/snoyberg/cookie";
|
||||||
description = "HTTP cookie parsing and rendering";
|
description = "HTTP cookie parsing and rendering";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user