Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
0daccdec
Commit
0daccdec
authored
Jan 10, 2015
by
tibbe
Browse files
Bump lower bound on network
We need the Ord instance for URI which was added in 2.4. Fixes #2338.
parent
5049bb41
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/cabal-install.cabal
View file @
0daccdec
...
...
@@ -153,7 +153,7 @@ executable cabal
if flag(network-uri)
build-depends: network-uri >= 2.6, network >= 2.6
else
build-depends: network >= 2.
0
&& < 2.6
build-depends: network >= 2.
4
&& < 2.6
if os(windows)
build-depends: Win32 >= 2 && < 3
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment