Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- "9.6.3"
- "9.8.1"
- "9.10.1"
- "9.12.1"

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions extensions.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ source-repository head
location: https://github.com/kowainik/extensions.git

common common-options
build-depends: base >= 4.13.0.0 && < 4.21
build-depends: base >= 4.13.0.0 && < 4.22

ghc-options: -Wall
-Wcompat
Expand Down Expand Up @@ -98,7 +98,7 @@ library
, containers >= 0.6 && < 0.8
, directory ^>= 1.3
, filepath >= 1.4 && < 1.6
, ghc-boot-th >= 8.8.1 && < 9.11
, ghc-boot-th >= 8.8.1 && < 9.13
, parsec ^>= 3.1
, text >= 1.2.3 && < 2.2

Expand Down
3 changes: 0 additions & 3 deletions src/Extensions/Cabal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,6 @@ toGhcExtension = \case
Cabal.ListTuplePuns -> Nothing
#endif
#if __GLASGOW_HASKELL__ >= 912
-- This branch cannot be satisfied yet but we're including it so
-- we don't forget to enable RequiredTypeArguments when it
-- becomes available.
Cabal.NamedDefaults -> Just NamedDefaults
Cabal.MultilineStrings -> Just MultilineStrings
Cabal.OrPatterns -> Just OrPatterns
Expand Down
Loading