Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 6830bcc

Browse files
rel8.cabal: Allow base ^>=4.21 (GHC 9.12)
1 parent 4b2e77d commit 6830bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rel8.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ library
2121
build-depends:
2222
aeson
2323
, attoparsec
24-
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20
24+
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21
2525
, base16 >= 1.0
2626
, base-compat ^>= 0.11 || ^>= 0.12 || ^>= 0.13 || ^>= 0.14
2727
, bifunctors

0 commit comments

Comments
 (0)