Skip to content

Commit

Permalink
GHC 7.8 also seems to be affected by #254
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Aug 4, 2015
1 parent f8cb222 commit 3a32c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide-backend/TestSuite/TestSuite/Assertions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ knownProblems = [
-- filepaths in any of them).
("#32", [GHC_7_4])
-- https://github.com/fpco/ide-backend/issues/254
, ("#254", [GHC_7_10])
, ("#254", [GHC_7_8, GHC_7_10])
]

fixme :: IdeSession -> String -> IO () -> IO String
Expand Down

0 comments on commit 3a32c42

Please sign in to comment.