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
1be1b949
Commit
1be1b949
authored
Oct 28, 2009
by
Duncan Coutts
Browse files
Parly fix building with ghc-6.6
The new cabal init stuff needs some work.
parent
7bc7cf1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/cabal-install.cabal
View file @
1be1b949
...
...
@@ -84,7 +84,8 @@ Executable cabal
filepath >= 1.0,
network >= 1 && < 3,
HTTP >= 4000.0.2 && < 4001,
zlib >= 0.4 && < 0.6
zlib >= 0.4 && < 0.6,
time >= 1.1 && < 1.2
if flag(old-base)
build-depends: base < 3
...
...
@@ -96,8 +97,7 @@ Executable cabal
random >= 1 && < 1.1,
containers >= 0.1 && < 0.4,
array >= 0.1 && < 0.4,
old-time >= 1 && < 1.1,
time >= 1.1 && < 1.2
old-time >= 1 && < 1.1
if flag(bytestring-in-base)
build-depends: base >= 2.0 && < 2.2
...
...
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