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 1c13f95 commit 35249b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation-selective.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ source-repository head
location: https://github.com/kowainik/validation-selective.git

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

ghc-options: -Wall
-Wcompat
Expand Down

0 comments on commit 35249b1

Please sign in to comment.