Skip to content

Commit

Permalink
Disable json-schema tests for GHC 7.6 silkapp/json-schema#8
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jul 8, 2014
1 parent 678493b commit 77bb7ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Stackage/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ defaultExpectedFailures ghcVer = execWriter $ do
-- Depends on a missing graphviz executable
add "graphviz"

-- https://github.com/silkapp/json-schema/issues/8
when (ghcVer <= GhcMajorVersion 7 6) $
add "json-schema"

where
add = tell . singleton . PackageName

Expand Down

0 comments on commit 77bb7ed

Please sign in to comment.