Skip to content

Commit b9d98ba

Browse files
committed
Allow base-4.16 (anticipating GHC 9.2)
1 parent 6b6fcf2 commit b9d98ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-posix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ library
8989
FlexibleInstances
9090

9191
build-depends: regex-base == 0.94.*
92-
, base >= 4.3 && < 4.16
92+
, base >= 4.3 && < 4.17
9393
, containers >= 0.4 && < 0.7
9494
, bytestring >= 0.9 && < 0.12
9595
, array >= 0.3 && < 0.6

0 commit comments

Comments
 (0)