Skip to content

Commit 071b9b6

Browse files
committed
Test GHC 9.12
1 parent 43d675a commit 071b9b6

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "9.6.3"
2525
- "9.8.1"
2626
- "9.10.1"
27+
- "9.12.1"
2728

2829
steps:
2930
- uses: actions/checkout@v4

src/Extensions/Cabal.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,6 @@ toGhcExtension = \case
408408
Cabal.ListTuplePuns -> Nothing
409409
#endif
410410
#if __GLASGOW_HASKELL__ >= 912
411-
-- This branch cannot be satisfied yet but we're including it so
412-
-- we don't forget to enable RequiredTypeArguments when it
413-
-- becomes available.
414411
Cabal.NamedDefaults -> Just NamedDefaults
415412
Cabal.MultilineStrings -> Just MultilineStrings
416413
Cabal.OrPatterns -> Just OrPatterns

0 commit comments

Comments
 (0)