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
0fb464cb
Commit
0fb464cb
authored
Feb 27, 2011
by
Duncan Coutts
Browse files
Require Cabal >= 1.10.1
It contains an important bug fix for some platforms, notably OSX
parent
03e5547b
Changes
2
Hide whitespace changes
Inline
Side-by-side
cabal-install/bootstrap.sh
View file @
0fb464cb
...
...
@@ -48,7 +48,7 @@ done
# The version regex says what existing installed versions are ok.
PARSEC_VER
=
"3.1.1"
;
PARSEC_VER_REGEXP
=
"[23]
\.
"
# == 2.* || == 3.*
NETWORK_VER
=
"2.3.0.2"
;
NETWORK_VER_REGEXP
=
"2
\.
"
# == 2.*
CABAL_VER
=
"1.10.1.0"
;
CABAL_VER_REGEXP
=
"1
\.
10
\.
"
# == 1.10.*
CABAL_VER
=
"1.10.1.0"
;
CABAL_VER_REGEXP
=
"1
\.
10
\.
[^0]
"
# == 1.10.*
&& >= 1.10.1
TRANS_VER
=
"0.2.2.0"
;
TRANS_VER_REGEXP
=
"0
\.
2
\.
"
# == 0.2.*
MTL_VER
=
"2.0.1.0"
;
MTL_VER_REGEXP
=
"[12]
\.
"
# == 1.* || == 2.*
HTTP_VER
=
"4000.1.1"
;
HTTP_VER_REGEXP
=
"4000
\.
[01]
\.
"
# == 4000.0.* || 4000.1.*
...
...
cabal-install/cabal-install.cabal
View file @
0fb464cb
...
...
@@ -88,7 +88,7 @@ Executable cabal
Paths_cabal_install
build-depends: base >= 2 && < 5,
Cabal >= 1.10
&& < 1.11,
Cabal >= 1.10
.1
&& < 1.11,
filepath >= 1.0 && < 1.3,
network >= 1 && < 3,
HTTP >= 4000.0.2 && < 4001,
...
...
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