Skip to content

Commit

Permalink
Support base < 4.21 (i.e. support GHC 9.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed May 11, 2024
1 parent 4d8adaa commit 7037616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ source-repository head
location: https://github.com/kowainik/extensions.git

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

ghc-options: -Wall
-Wcompat
Expand Down

0 comments on commit 7037616

Please sign in to comment.