8000 Travis fixes 11 · currymj/IHaskell@c839cf2 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Travis fixes 11
Browse files Browse the repository at this point in the history
  • Loading branch information
gibiansky committed Jun 8, 2016
1 parent 989625b commit c839cf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests/Hspec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -576,11 +576,11 @@ parseStringTests = describe "Parser" $ do
where
dataKindsError = ParseError (Loc 1 10) msg
#if MIN_VERSION_ghc(7, 10, 0)
msg = "Cannot parse data constructor in a data/newtype declaration: 3"
msg = "Cannot parse data constructor in a data/newtype declaration: 3"
#elif MIN_VERSION_ghc(7, 8, 0)
msg = "Illegal literal in type (use DataKinds to enable): 3"
msg = "Illegal literal in type (use DataKinds to enable): 3"
#else
msg = "Illegal literal in type (use -XDataKinds to enable): 3"
msg = "Illegal literal in type (use -XDataKinds to enable): 3"
#endif
parseShellTests =
describe "Parsing Shell Commands" $ do
Expand Down

0 comments on commit c839cf2

Please sign in to comment.
0