Skip to content

Commit b21310f

Browse files
authored
Merge pull request #149 from TristanCacqueray/ghc-9.6
Support `base-4.18` and GHC 9.6
2 parents 785331d + 1ce3775 commit b21310f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HTTP.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Library
109109
-- note the test harness constraints should be kept in sync with these
110110
-- where dependencies are shared
111111
build-depends:
112-
base >= 4.6.0.0 && < 4.18
112+
base >= 4.6.0.0 && < 4.19
113113
, array >= 0.3.0.2 && < 0.6
114114
, bytestring >= 0.9.1.5 && < 0.12
115115
, parsec >= 2.0 && < 3.2

0 commit comments

Comments
 (0)