Skip to content

Commit

Permalink
Run against imminent GHC 9.10.1 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
alanz committed May 9, 2024
1 parent b6cafdd commit 967c4ba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
7 changes: 6 additions & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,9 @@ rm -fr dist*
# cabal configure -fdev -froundtrip --enable-tests --with-compiler=/opt/ghc/9.10.0.20240414/bin/ghc --allow-newer

# cabal configure -fdev --enable-tests --with-compiler=/opt/ghc/9.10.0.20240421/bin/ghc --allow-newer
cabal configure -fdev -froundtrip --enable-tests --with-compiler=/opt/ghc/9.10.0.20240502/bin/ghc --allow-newer
# cabal configure -fdev -froundtrip --enable-tests --with-compiler=/opt/ghc/9.10.0.20240502/bin/ghc --allow-newer

# cabal configure -fdev -froundtrip --enable-tests --with-compiler=/opt/ghc/9.11.20240505/bin/ghc --allow-newer

# cabal configure -fdev -froundtrip --enable-tests --with-compiler=/opt/ghc/9.10.0.20240508/bin/ghc --allow-newer
cabal configure -fdev -froundtrip --enable-tests --with-compiler=/opt/ghc/9.10.0.20240509/bin/ghc --allow-newer
18 changes: 9 additions & 9 deletions tests/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ testDirs :: [FilePath]
testDirs =
case ghcVersion of
GHC98 -> ["ghc710", "ghc80", "ghc82", "ghc84", "ghc86", "ghc88", "ghc810", "ghc90", "ghc92", "ghc94", "ghc96"]
-- GHC910 -> ["ghc710", "ghc80", "ghc82", "ghc84", "ghc86", "ghc88", "ghc810", "ghc90", "ghc92", "ghc94", "ghc96", "ghc98"]
GHC910 -> ["ghc910"]
GHC910 -> ["ghc710", "ghc80", "ghc82", "ghc84", "ghc86", "ghc88", "ghc810", "ghc90", "ghc92", "ghc94", "ghc96", "ghc98"]
-- GHC910 -> ["ghc910"]
-- GHC910 -> ["ghc910-copied"]
-- GHC910 -> ["ghc910", "ghc910-copied"]

Expand Down Expand Up @@ -142,13 +142,13 @@ mkTests = do
return $ TestList [
internalTests,
roundTripTests
-- ,
-- (transformTests libdir)
-- , (failingTests libdir)
-- ,
-- roundTripBalanceCommentsTests
-- ,
-- roundTripMakeDeltaTests
,
(transformTests libdir)
, (failingTests libdir)
,
roundTripBalanceCommentsTests
,
roundTripMakeDeltaTests
]

failingTests :: LibDir -> Test
Expand Down

0 comments on commit 967c4ba

Please sign in to comment.