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 78ad4f3 commit e63d9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relude.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ library
, Data.ByteString.Short


build-depends: base >= 4.11 && < 4.20
build-depends: base >= 4.11 && < 4.21
, bytestring >= 0.10 && < 0.13
, containers >= 0.5.10 && < 0.8
, deepseq >= 1.4 && < 1.6
Expand Down

0 comments on commit e63d9b0

Please sign in to comment.