Skip to content

Commit 83a909d

Browse files
authored
Merge pull request #10946 from haskell/juhp-patch-3
cabal-install.cabal: allow open-browser-0.4
2 parents ea86c0e + 311e192 commit 83a909d

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
@@ -255,7 +255,7 @@ library
255255
, hackage-security >= 0.6.2.0 && < 0.7
256256
, text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2
257257
, parsec >= 3.1.13.0 && < 3.2
258-
, open-browser >= 0.2.1.0 && < 0.4
258+
, open-browser >= 0.2.1.0 && < 0.5
259259
, regex-base >= 0.94.0.0 && <0.95
260260
, regex-posix >= 0.96.0.0 && <0.97
261261
, safe-exceptions >= 0.1.7.0 && < 0.2

0 commit comments

Comments
 (0)