Skip to content
GitLab
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
5b367e51
Commit
5b367e51
authored
Dec 16, 2014
by
tibbe
Browse files
Make test suite network dependencies more robust
parent
5ff93343
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/cabal-install.cabal
View file @
5b367e51
...
...
@@ -176,15 +176,12 @@ Test-Suite unit-tests
Cabal,
containers,
mtl,
network,
pretty,
process,
directory,
filepath,
stm,
time,
network,
network-uri,
HTTP,
zlib,
...
...
@@ -197,6 +194,11 @@ Test-Suite unit-tests
if flag(old-directory)
build-depends: old-time
if flag(network-uri)
build-depends: network-uri >= 2.6, network >= 2.6
else
build-depends: network-uri < 2.6, network < 2.6
if os(windows)
build-depends: Win32
cpp-options: -DWIN32
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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