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 3ef7bf7 commit d9ba770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colourista.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ source-repository head
location: https://github.com/kowainik/colourista.git

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

ghc-options: -Wall
-Wcompat
Expand Down

0 comments on commit d9ba770

Please sign in to comment.