Skip to content

Commit e12d12b

Browse files
committed
adjust versions for 3.16.0.0 release
THis commit is directly to 3.16 branch. Note that I discovered two missed version bumps on `master` which must be addressed in a separate PR.
1 parent 269c1b1 commit e12d12b

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

Cabal-QuickCheck/Cabal-QuickCheck.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ library
1414
build-depends:
1515
, base
1616
, bytestring
17-
, Cabal ^>=3.17.0.0
18-
, Cabal-syntax ^>=3.17.0.0
17+
, Cabal ^>=3.16.0.0
18+
, Cabal-syntax ^>=3.16.0.0
1919
, QuickCheck >= 2.13.2 && < 2.17
2020

2121
exposed-modules:

Cabal-described/Cabal-described.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ library
1212
ghc-options: -Wall
1313
build-depends:
1414
, base
15-
, Cabal ^>=3.17.0.0
16-
, Cabal-syntax ^>=3.17.0.0
15+
, Cabal ^>=3.16.0.0
16+
, Cabal-syntax ^>=3.16.0.0
1717
, containers
1818
, pretty
1919
, QuickCheck

Cabal-hooks/Cabal-hooks.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ library
2727
hs-source-dirs: src
2828

2929
build-depends:
30-
, Cabal-syntax >= 3.17 && < 3.18
31-
, Cabal >= 3.17 && < 3.18
30+
, Cabal-syntax >= 3.16 && < 3.17
31+
, Cabal >= 3.16 && < 3.17
3232
, base >= 4.13 && < 5
3333
, containers >= 0.5.0.0 && < 0.9
3434
, transformers >= 0.5.6.0 && < 0.7

Cabal-tree-diff/Cabal-tree-diff.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ library
1111
ghc-options: -Wall
1212
build-depends:
1313
, base
14-
, Cabal-syntax ^>=3.17.0.0
15-
, Cabal ^>=3.17.0.0
14+
, Cabal-syntax ^>=3.16.0.0
15+
, Cabal ^>=3.16.0.0
1616
, tree-diff ^>=0.1 || ^>=0.2 || ^>=0.3
1717

1818
exposed-modules: Data.TreeDiff.Instances.Cabal

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
hs-source-dirs: src
4040

4141
build-depends:
42-
, Cabal-syntax ^>= 3.17
42+
, Cabal-syntax ^>= 3.16
4343
, array >= 0.4.0.1 && < 0.6
4444
, base >= 4.13 && < 5
4545
, bytestring >= 0.10.0.0 && < 0.13

Cabal/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=3.15.0.0
1+
VERSION=3.16.0.0
22

33
#KIND=devel
44
KIND=rc

cabal-install-solver/cabal-install-solver.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ library
101101
, array >=0.4 && <0.6
102102
, base >=4.13 && <4.22
103103
, bytestring >=0.10.6.0 && <0.13
104-
, Cabal ^>=3.17
105-
, Cabal-syntax ^>=3.17
104+
, Cabal ^>=3.16
105+
, Cabal-syntax ^>=3.16
106106
, containers >=0.5.6.2 && <0.9
107107
, edit-distance ^>= 0.2.2
108108
, directory >= 1.3.7.0 && < 1.4

cabal-install/cabal-install.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ common base-dep
6262

6363
common cabal-dep
6464
build-depends:
65-
, Cabal ^>=3.17
65+
, Cabal ^>=3.16
6666

6767
common cabal-syntax-dep
6868
build-depends:
69-
, Cabal-syntax ^>=3.17
69+
, Cabal-syntax ^>=3.16
7070

7171
common cabal-install-solver-dep
7272
build-depends:
73-
, cabal-install-solver ^>=3.17
73+
, cabal-install-solver ^>=3.16
7474

7575
library
7676
import: warnings, base-dep, cabal-dep, cabal-syntax-dep, cabal-install-solver-dep

cabal-testsuite/cabal-testsuite.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ common shared
2828
build-depends:
2929
, base >= 4.11 && < 4.22
3030
-- this needs to match the in-tree lib:Cabal version
31-
, Cabal ^>= 3.17.0.0
31+
, Cabal ^>= 3.16.0.0
3232

3333
ghc-options:
3434
-Wall

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
sys.path.insert(0, os.path.abspath('.'))
1414
import cabaldomain
1515

16-
version = "3.15.0.0"
16+
version = "3.16.0.0"
1717

1818
extensions = [
1919
'sphinx.ext.extlinks',

0 commit comments

Comments
 (0)