Support base < 4.21 (i.e. support GHC 9.10)

This commit is contained in:
Tom Ellis 2024-05-11 17:50:56 +01:00 committed by tomjaguarpaw
parent 78ad4f3a95
commit e63d9b0d42

View File

@ -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