Skip to content

Commit 2d719ea

Browse files
authored
Allow newer dependencies for GHC 9.2
1 parent bc1134c commit 2d719ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HTTP.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ Library
109109

110110
-- note the test harness constraints should be kept in sync with these
111111
-- where dependencies are shared
112-
Build-depends: base >= 4.3.0.0 && < 4.16, parsec >= 2.0 && < 3.2
112+
Build-depends: base >= 4.3.0.0 && < 4.17, parsec >= 2.0 && < 3.2
113113
Build-depends: array >= 0.3.0.2 && < 0.6, bytestring >= 0.9.1.5 && < 0.12
114-
Build-depends: time >= 1.1.2.3 && < 1.12
114+
Build-depends: time >= 1.1.2.3 && < 1.13
115115

116116
default-language: Haskell98
117117
default-extensions: FlexibleInstances
@@ -131,7 +131,7 @@ Library
131131
ghc-options: -Werror
132132

133133
if os(windows)
134-
Build-depends: Win32 >= 2.2.0.0 && < 2.11
134+
Build-depends: Win32 >= 2.2.0.0 && < 2.14
135135

136136
Test-Suite test
137137
type: exitcode-stdio-1.0

0 commit comments

Comments
 (0)