Skip to content

Commit d52e5df

Browse files
authored
Merge pull request #11241 from haskell/mergify/bp/3.16/pr-11230
Backport #11230: fix network-uri bound
2 parents 048b782 + 7858bba commit d52e5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ library
245245
, filepath >= 1.4.0.0 && < 1.6
246246
, HTTP >= 4000.1.5 && < 4000.5
247247
, mtl >= 2.0 && < 2.4
248-
, network-uri >= 2.6.0.2 && < 2.7
248+
, network-uri >= 2.6.2.0 && < 2.7
249249
, pretty >= 1.1 && < 1.2
250250
, process >= 1.2.3.0 && < 1.7
251251
, random >= 1.2 && < 1.4

0 commit comments

Comments
 (0)