mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Don't test cookie on GHC 7.6
This commit is contained in:
parent
c3703c0f2f
commit
38861b434a
@ -184,6 +184,9 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
||||
-- Not sure why...
|
||||
add "singletons"
|
||||
|
||||
-- Requires too new a version of time
|
||||
when (ghcVer < GhcMajorVersion 7 8) $ add "cookie"
|
||||
|
||||
where
|
||||
add = tell . singleton . PackageName
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user