Don't test cookie on GHC 7.6

This commit is contained in:
Michael Snoyman 2014-08-25 19:01:54 +03:00
parent c3703c0f2f
commit 38861b434a

View File

@ -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