File tree 12 files changed +19
-19
lines changed 12 files changed +19
-19
lines changed Original file line number Diff line number Diff line change
1
+ cabal-version : >= 1.10
1
2
name : Cabal
2
- version : 2.5 .0.0
3
+ version : 3.0 .0.0
3
4
copyright : 2003-2018, Cabal Development Team (see AUTHORS file)
4
5
license : BSD3
5
6
license-file : LICENSE
@@ -16,7 +17,6 @@ description:
16
17
The Haskell Cabal is part of a larger infrastructure for distributing,
17
18
organizing, and cataloging Haskell libraries and tools.
18
19
category : Distribution
19
- cabal-version : >= 1.10
20
20
build-type : Simple
21
21
-- If we use a new Cabal feature, this needs to be changed to Custom so
22
22
-- we can bootstrap.
Original file line number Diff line number Diff line change 1
- # 2.6 .0.0 (current development version)
1
+ # 3.0 .0.0 (current development version)
2
2
* TODO
3
3
* Introduce set notation for ` ^>= ` and ` == ` operators.
4
4
* 'check' reports warnings for various ghc-\* -options fields separately
Original file line number Diff line number Diff line change 1
- VERSION =2.5 .0.0
1
+ VERSION =3.0 .0.0
2
2
3
3
# KIND=devel
4
4
KIND =rc
Original file line number Diff line number Diff line change 13
13
sys .path .insert (0 , os .path .abspath ('.' ))
14
14
import cabaldomain
15
15
16
- version = "2.5 .0.0"
16
+ version = "3.0 .0.0"
17
17
18
18
extensions = ['sphinx.ext.extlinks' , 'sphinx.ext.todo' ]
19
19
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ NETWORK_URI_VER="2.6.1.0"; NETWORK_URI_VER_REGEXP="2\.6\.(0\.[2-9]|[1-9])"
224
224
# >= 2.6.0.2 && < 2.7
225
225
NETWORK_VER=" 2.7.0.0" ; NETWORK_VER_REGEXP=" 2\.[0-7]\."
226
226
# >= 2.0 && < 2.7
227
- CABAL_VER=" 2.5 .0.0" ; CABAL_VER_REGEXP=" 2\.5 \.[0-9]"
227
+ CABAL_VER=" 3.0 .0.0" ; CABAL_VER_REGEXP=" 3\.0 \.[0-9]"
228
228
# >= 2.5 && < 2.6
229
229
TRANS_VER=" 0.5.5.0" ; TRANS_VER_REGEXP=" 0\.[45]\."
230
230
# >= 0.2.* && < 0.6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Cabal-Version: >= 1.10
4
4
-- To update this file, edit 'cabal-install.cabal.pp' and run
5
5
-- 'make cabal-install-prod' in the project's root folder.
6
6
Name : cabal-install
7
- Version : 2.5 .0.0
7
+ Version : 3.0 .0.0
8
8
Synopsis : The command-line interface for Cabal and Hackage.
9
9
Description :
10
10
The \'cabal\' command-line program simplifies the process of managing
@@ -311,7 +311,7 @@ executable cabal
311
311
base16-bytestring >= 0.1.1 && < 0.2 ,
312
312
binary >= 0.7.3 && < 0.9 ,
313
313
bytestring >= 0.10.6.0 && < 0.11 ,
314
- Cabal == 2.5 . *,
314
+ Cabal == 3.0 . *,
315
315
containers >= 0.5.6.2 && < 0.7 ,
316
316
cryptohash-sha256 >= 0.11 && < 0.12 ,
317
317
deepseq >= 1.4.1.1 && < 1.5 ,
Original file line number Diff line number Diff line change 10
10
-- To update this file , edit ' cabal-install.cabal.pp' and run
11
11
-- ' make cabal-install-prod' in the project' s root folder.
12
12
Name: cabal-install
13
- Version: 2.5 .0.0
13
+ Version: 3.0 .0.0
14
14
#
15
15
# NOTE: when updating build-depends, don' t forget to update version regexps in bootstrap.sh.
16
16
#
22
22
base16-bytestring >= 0.1.1 && < 0.2,
23
23
binary >= 0.7.3 && < 0.9,
24
24
bytestring >= 0.10.6.0 && < 0.11,
25
- Cabal == 2.5 .*,
25
+ Cabal == 3.0 .*,
26
26
containers >= 0.5.6.2 && < 0.7,
27
27
cryptohash-sha256 >= 0.11 && < 0.12,
28
28
deepseq >= 1.4.1.1 && < 1.5,
472
472
473
473
cpp-options: -DMONOLITHIC
474
474
build-depends:
475
- Cabal == 2.5 .*,
475
+ Cabal == 3.0 .*,
476
476
cabal-install-solver-dsl,
477
477
QuickCheck >= 2.8.2,
478
478
array,
Original file line number Diff line number Diff line change 1
1
name : cabal-testsuite
2
- version : 2.5 .0.0
2
+ version : 3.0 .0.0
3
3
copyright : 2003-2018, Cabal Development Team (see AUTHORS file)
4
4
license : BSD3
5
5
license-file : LICENSE
@@ -64,7 +64,7 @@ executable cabal-tests
64
64
build-depends :
65
65
async,
66
66
base,
67
- Cabal == 2.5 .0.0 ,
67
+ Cabal == 3.0 .0.0 ,
68
68
clock,
69
69
filepath,
70
70
process,
@@ -81,5 +81,5 @@ custom-setup
81
81
-- lib:Cabal dependency, and some stable lib:Cabal version for its
82
82
-- custom-setup's one (due to 'setupMaxCabalVersionConstraint' in
83
83
-- 'D.C.ProjectPlanning').
84
- setup-depends : Cabal == 2.5 .0.0 ,
84
+ setup-depends : Cabal == 3.0 .0.0 ,
85
85
base
Original file line number Diff line number Diff line change 1
1
name : solver-benchmarks
2
- version : 2.5 .0.0
2
+ version : 3.0 .0.0
3
3
copyright : 2003-2017, Cabal Development Team (see AUTHORS file)
4
4
license : BSD3
5
5
license-file : LICENSE
Original file line number Diff line number Diff line change 1
1
set -e
2
2
3
3
HACKAGE_REPO_TOOL_VERSION=" 0.1.1.1"
4
- CABAL_VERSION=" 2.5 .0.0"
5
- CABAL_INSTALL_VERSION=" 2.5 .0.0"
4
+ CABAL_VERSION=" 3.0 .0.0"
5
+ CABAL_INSTALL_VERSION=" 3.0 .0.0"
6
6
7
7
if [ " $TRAVIS_OS_NAME " = " linux" ]; then
8
8
ARCH=" x86_64-linux"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ deploy() {
8
8
(cd cabal-website && git checkout --track -b gh-pages origin/gh-pages)
9
9
rm -rf cabal-website/doc
10
10
mkdir -p cabal-website/doc/html
11
- mv dist-newstyle/build/` uname -m` -$TRAVIS_OS_NAME /ghc-$GHCVER /Cabal-2.5 .0.0/doc/html/Cabal \
11
+ mv dist-newstyle/build/` uname -m` -$TRAVIS_OS_NAME /ghc-$GHCVER /Cabal-3.0 .0.0/doc/html/Cabal \
12
12
cabal-website/doc/html/Cabal
13
13
(cd cabal-website && git add --all .)
14
14
(cd cabal-website && \
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ CABALINSTALLTESTS=${CABALINSTALLTESTS-true}
46
46
CABALSUITETESTS=${CABALSUITETESTS-true}
47
47
CABAL_LIB_ONLY=${CABAL_LIB_ONLY-false}
48
48
49
- CABAL_VERSION=" 2.5 .0.0"
49
+ CABAL_VERSION=" 3.0 .0.0"
50
50
if [ " $( uname) " = " Linux" ]; then
51
51
ARCH=" x86_64-linux"
52
52
else
You can’t perform that action at this time.
0 commit comments