File tree Expand file tree Collapse file tree 13 files changed +20
-20
lines changed Expand file tree Collapse file tree 13 files changed +20
-20
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-2019, 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 @@ -45,7 +45,7 @@ build_script:
45
45
- cabal %CABOPTS% new-test Cabal
46
46
- appveyor-retry cabal %CABOPTS% new-build exe:cabal exe:cabal-tests --only-dependencies
47
47
- cabal %CABOPTS% new-build exe:cabal
48
- - cabal %CABOPTS% new-run cabal-tests -- -j3 --with-cabal=dist-newstyle\build\x86_64-windows\ghc-8.0.2\cabal-install-2.5 .0.0\x\cabal\build\cabal\cabal.exe
48
+ - cabal %CABOPTS% new-run cabal-tests -- -j3 --with-cabal=dist-newstyle\build\x86_64-windows\ghc-8.0.2\cabal-install-3.0 .0.0\x\cabal\build\cabal\cabal.exe
49
49
- appveyor-retry cabal %CABOPTS% new-build cabal-install:tests --only-dependencies
50
50
- cd cabal-install
51
51
- cabal %CABOPTS% new-run cabal-install:memory-usage-tests
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-2019, 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 @@ -177,7 +177,7 @@ timed $CABALPLAN --version
177
177
# ######################################################################
178
178
179
179
# NOTE: This should match cabal-testsuite version
180
- CABAL_VERSION=" 2.5 .0.0"
180
+ CABAL_VERSION=" 3.0 .0.0"
181
181
182
182
if [ " $( uname) " = " Linux" ]; then
183
183
ARCH=" x86_64-linux"
You can’t perform that action at this time.
0 commit comments