File tree 14 files changed +25
-20
lines changed 14 files changed +25
-20
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : >= 1.10
2
2
name : Cabal
3
- version : 3.0 .0.0
3
+ version : 3.1 .0.0
4
4
copyright : 2003-2019, Cabal Development Team (see AUTHORS file)
5
5
license : BSD3
6
6
license-file : LICENSE
Original file line number Diff line number Diff line change 1
- # 3.0.0.0 (current development version)
1
+ # 3.1.0.0 (current development version)
2
+
3
+ # 3.0.0.0 TBD
2
4
* TODO
3
5
* Introduce set notation for ` ^>= ` and ` == ` operators
4
6
([ #5906 ] ( https://github.com/haskell/cabal/pull/5906 ) ).
Original file line number Diff line number Diff line change 1
- VERSION =3.0 .0.0
1
+ VERSION =3.1 .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 = "3.0 .0.0"
16
+ version = "3.1 .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 3
3
branches :
4
4
only :
5
5
- master
6
+ - " 3.0"
6
7
- " 2.4"
7
8
- " 2.2"
8
9
- " 2.0"
@@ -47,7 +48,7 @@ build_script:
47
48
- cabal %CABOPTS% new-test Cabal
48
49
- appveyor-retry cabal %CABOPTS% new-build exe:cabal exe:cabal-tests --only-dependencies
49
50
- cabal %CABOPTS% new-build exe:cabal
50
- - 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
51
+ - cabal %CABOPTS% new-run cabal-tests -- -j3 --with-cabal=dist-newstyle\build\x86_64-windows\ghc-8.0.2\cabal-install-3.1 .0.0\x\cabal\build\cabal\cabal.exe
51
52
- appveyor-retry cabal %CABOPTS% new-build cabal-install:tests --only-dependencies
52
53
- cd cabal-install
53
54
- 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=" 3.0 .0.0" ; CABAL_VER_REGEXP=" 3\.0 \.[0-9]"
227
+ CABAL_VER=" 3.1 .0.0" ; CABAL_VER_REGEXP=" 3\.1 \.[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 : 3.0 .0.0
7
+ Version : 3.1 .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
@@ -312,7 +312,7 @@ executable cabal
312
312
base16-bytestring >= 0.1.1 && < 0.2 ,
313
313
binary >= 0.7.3 && < 0.9 ,
314
314
bytestring >= 0.10.6.0 && < 0.11 ,
315
- Cabal == 3.0 . *,
315
+ Cabal == 3.1 . *,
316
316
containers >= 0.5.6.2 && < 0.7 ,
317
317
cryptohash-sha256 >= 0.11 && < 0.12 ,
318
318
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: 3.0 .0.0
13
+ Version: 3.1 .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 == 3.0 .*,
25
+ Cabal == 3.1 .*,
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,
475
475
476
476
cpp-options: -DMONOLITHIC
477
477
build-depends:
478
- Cabal == 3.0 .*,
478
+ Cabal == 3.1 .*,
479
479
cabal-install-solver-dsl,
480
480
QuickCheck >= 2.8.2,
481
481
array,
Original file line number Diff line number Diff line change 1
1
-*-change-log-*-
2
2
3
- 3.0.0.0 (current development version)
3
+ 3.1.0.0 (current development version)
4
+
5
+ 3.0.0.0 TBD
4
6
* `v2-repl` no longer changes directory to a randomized temporary folder
5
7
when used outside of a project. (#5544)
6
8
* `install-method` and `overwrite-policy` in `.cabal/config` now actually work. (#5942)
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : cabal-testsuite
3
- version : 3.0 .0.0
3
+ version : 3.1 .0.0
4
4
copyright : 2003-2019, Cabal Development Team (see AUTHORS file)
5
5
license : BSD-3-Clause
6
6
license-file : LICENSE
@@ -28,7 +28,7 @@ common shared
28
28
build-depends :
29
29
, base >= 4.6 && < 4.13
30
30
-- this needs to match the in-tree lib:Cabal version
31
- , Cabal == 3.0 .0.0
31
+ , Cabal == 3.1 .0.0
32
32
33
33
ghc-options : -Wall -fwarn-tabs
34
34
@@ -102,5 +102,5 @@ executable setup
102
102
103
103
custom-setup
104
104
-- we only depend on even stable releases of lib:Cabal
105
- setup-depends : Cabal == 2.2. * || == 2.4. * || == 3.0. *,
105
+ setup-depends : Cabal == 2.2. * || == 2.4. * || == 3.0. * || == 3.1. * ,
106
106
base, filepath, directory
Original file line number Diff line number Diff line change 1
1
name : solver-benchmarks
2
- version : 3.0 .0.0
2
+ version : 3.1 .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=" 3.0 .0.0"
5
- CABAL_INSTALL_VERSION=" 3.0 .0.0"
4
+ CABAL_VERSION=" 3.1 .0.0"
5
+ CABAL_INSTALL_VERSION=" 3.1 .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-3.0 .0.0/doc/html/Cabal \
11
+ mv dist-newstyle/build/` uname -m` -$TRAVIS_OS_NAME /ghc-$GHCVER /Cabal-3.1 .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=" 3.0 .0.0"
180
+ CABAL_VERSION=" 3.1 .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