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
fbaf0302
Commit
fbaf0302
authored
Jan 04, 2015
by
tibbe
Browse files
Bump version numbers to 1.23
parent
f71044bb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Cabal/Cabal.cabal
View file @
fbaf0302
name: Cabal
version: 1.2
2
.0.0
version: 1.2
3
.0.0
copyright: 2003-2006, Isaac Jones
2005-2011, Duncan Coutts
license: BSD3
...
...
Cabal/Makefile
View file @
fbaf0302
VERSION
=
1.2
2
.0.0
VERSION
=
1.2
3
.0.0
#KIND=devel
KIND
=
rc
...
...
cabal-install/bootstrap.sh
View file @
fbaf0302
...
...
@@ -190,8 +190,8 @@ NETWORK_VER="2.6.0.2"; NETWORK_VER_REGEXP="2\.[0-6]\."
# >= 2.0 && < 2.7
NETWORK_URI_VER
=
"2.6.0.1"
;
NETWORK_URI_VER_REGEXP
=
"2
\.
6
\.
"
# >= 2.6 && < 2.7
CABAL_VER
=
"1.2
2
.0.0"
;
CABAL_VER_REGEXP
=
"1
\.
2
2
"
# >= 1.2
2
&& < 1.2
3
CABAL_VER
=
"1.2
3
.0.0"
;
CABAL_VER_REGEXP
=
"1
\.
2
3
\.
"
# >= 1.2
3
&& < 1.2
4
TRANS_VER
=
"0.4.2.0"
;
TRANS_VER_REGEXP
=
"0
\.
[4]
\.
"
# >= 0.2.* && < 0.5
MTL_VER
=
"2.2.1"
;
MTL_VER_REGEXP
=
"[2]
\.
"
...
...
cabal-install/cabal-install.cabal
View file @
fbaf0302
Name: cabal-install
Version: 1.2
2
.0.0
Version: 1.2
3
.0.0
Synopsis: The command-line interface for Cabal and Hackage.
Description:
The \'cabal\' command-line program simplifies the process of managing
...
...
@@ -129,7 +129,7 @@ executable cabal
array >= 0.1 && < 0.6,
base >= 4.3 && < 5,
bytestring >= 0.9 && < 1,
Cabal >= 1.2
2
&& < 1.2
3
,
Cabal >= 1.2
3
&& < 1.2
4
,
containers >= 0.1 && < 0.6,
filepath >= 1.0 && < 1.4,
HTTP >= 4000.2.5 && < 4000.3,
...
...
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