Skip to content

Commit 785331d

Browse files
authored
Merge pull request #148 from parsonsmatt/patch-1
Support `base-4.17` and GHC 9.4
2 parents a67f8f7 + ce132d3 commit 785331d

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.17
112+
base >= 4.6.0.0 && < 4.18
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)