Skip to content

Commit 3ddd060

Browse files
committed
fix network-uri bound
Someone (I won't claim it wasn't me) swapped digit in the dependency for cabal-install. But it's correct for the later tests, which makes me think it was a typo.
1 parent 1e3c355 commit 3ddd060

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
@@ -257,7 +257,7 @@ library
257257
, filepath >= 1.4.0.0 && < 1.6
258258
, HTTP >= 4000.1.5 && < 4000.5
259259
, mtl >= 2.0 && < 2.4
260-
, network-uri >= 2.6.0.2 && < 2.7
260+
, network-uri >= 2.6.2.0 && < 2.7
261261
, pretty >= 1.1 && < 1.2
262262
, process >= 1.2.3.0 && < 1.7
263263
, random >= 1.2 && < 1.4

0 commit comments

Comments
 (0)