Skip to content

Commit 06b79de

Browse files
authored
Merge pull request #11307 from haskell/r3.16-C.3.1-bump-versions
bump version numbers for 3.16.1.0
2 parents c9d13b9 + 8c4fac3 commit 06b79de

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

Cabal-syntax/Cabal-syntax.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.6
22
name: Cabal-syntax
3-
version: 3.16.0.0
3+
version: 3.16.1.0
44
copyright: 2003-2025, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE

Cabal/Cabal.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.6
22
name: Cabal
3-
version: 3.16.0.0
3+
version: 3.16.1.0
44
copyright: 2003-2025, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE
@@ -39,7 +39,7 @@ library
3939
hs-source-dirs: src
4040

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

bootstrap/cabal-bootstrap-gen.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ executable cabal-bootstrap-gen
1111
, aeson ^>=1.5.2.0 || ^>=2.0.3.0 || ^>=2.1.0.0 || ^>=2.2.0.0
1212
, base ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0 || ^>=4.15.0.0 || ^>=4.16.0.0 || ^>=4.17.0.0 || ^>=4.18.0.0 || ^>=4.19.0.0
1313
, bytestring ^>=0.10.8.2 || ^>=0.11.0.0
14-
, Cabal ^>=3.14.1.0 || ^>=3.16.0.0
15-
, Cabal-syntax ^>=3.14.1.0 || ^>=3.16.0.0
14+
, Cabal ^>=3.14.1.0 || ^>=3.16.1.0
15+
, Cabal-syntax ^>=3.14.1.0 || ^>=3.16.1.0
1616
-- For the release process, we need the last *two* Cabal-syntax
1717
-- versions here: one to make CI green when release Cabal-syntax is
1818
-- not yet on Hackage and we are bumping versions. The second for

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.6
22
name: cabal-install-solver
3-
version: 3.16.0.0
3+
version: 3.16.1.0
44
synopsis: The solver component of cabal-install
55
description:
66
The solver component used in the cabal-install command-line program.
@@ -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.16
105-
, Cabal-syntax ^>=3.16
104+
, Cabal ^>=3.16.1.0
105+
, Cabal-syntax ^>=3.16.1.0
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Cabal-Version: 3.6
22

33
Name: cabal-install
4-
Version: 3.16.0.0
4+
Version: 3.16.1.0
55
Synopsis: The command-line interface for Cabal and Hackage.
66
Description:
77
The \'cabal\' command-line program simplifies the process of managing
@@ -62,15 +62,15 @@ common base-dep
6262

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

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

7171
common cabal-install-solver-dep
7272
build-depends:
73-
, cabal-install-solver ^>=3.16
73+
, cabal-install-solver ^>=3.16.1.0
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.16.0.0
31+
, Cabal ^>= 3.16.1.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.16.0.0"
16+
version = "3.16.1.0"
1717

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

solver-benchmarks/solver-benchmarks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ library
3131
, base
3232
, bytestring
3333
, containers
34-
, Cabal-syntax ^>= 3.16
34+
, Cabal-syntax ^>= 3.16.1.0
3535
, directory
3636
, filepath
3737
, optparse-applicative

0 commit comments

Comments
 (0)