Skip to content

Commit 34b7558

Browse files
committed
Bump version numbers to 3.10.3.0
1 parent 1666013 commit 34b7558

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
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: 2.2
22
name: Cabal-syntax
3-
version: 3.10.2.0
3+
version: 3.10.3.0
44
copyright: 2003-2023, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE

Cabal/Cabal.cabal

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

Cabal/Makefile

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

33
#KIND=devel
44
KIND=rc

bootstrap/cabal-bootstrap-gen.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ executable cabal-bootstrap-gen
1111
, aeson ^>=1.5.2.0 || ^>=2.0.3.0 || ^>=2.1.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
1313
, bytestring ^>=0.10.8.2 || ^>=0.11.0.0
14-
, Cabal ^>=3.2.0.0 || ^>=3.4.1.0 || ^>=3.6.3.0 || ^>=3.8.1.0 || ^>=3.10.2.1
14+
, Cabal ^>=3.2.0.0 || ^>=3.4.1.0 || ^>=3.6.3.0 || ^>=3.8.1.0 || ^>=3.10.3
1515
, Cabal-syntax ^>=3.8.1.0 || ^>=3.10.2.0
1616
, cabal-install-parsers ^>=0.3.0.1 || ^>=0.4.5 || ^>=0.6
1717
, cabal-plan ^>=0.7.0.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: cabal-install-solver
3-
version: 3.10.2.1
3+
version: 3.10.3.0
44
synopsis: The command-line interface for Cabal and Hackage.
55
description:
66
The solver component used in cabal-install command-line program

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Cabal-Version: 2.2
22

33
Name: cabal-install
4-
Version: 3.10.2.1
4+
Version: 3.10.3.0
55
Synopsis: The command-line interface for Cabal and Hackage.
66
Description:
77
The \'cabal\' command-line program simplifies the process of managing

cabal-testsuite/cabal-testsuite.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ common shared
2828
build-depends:
2929
, base >= 4.9 && <4.20
3030
-- this needs to match the in-tree lib:Cabal version
31-
, Cabal ^>= 3.10.2.1
32-
, Cabal-syntax ^>= 3.10.2.0
31+
, Cabal ^>= 3.10.3.0
32+
, Cabal-syntax ^>= 3.10.3.0
3333

3434
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns
3535

@@ -115,6 +115,6 @@ custom-setup
115115
-- and due to Custom complexity and ConstraintSetupCabalMaxVersion
116116
-- it has to be the latest release version plus
117117
-- you have to use the latest cabal-install release
118-
setup-depends: Cabal == 3.10.2.1,
119-
Cabal-syntax == 3.10.2.0,
118+
setup-depends: Cabal == 3.10.3.0,
119+
Cabal-syntax == 3.10.3.0,
120120
base, filepath, directory

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.10.2.1"
16+
version = "3.10.3.0"
1717

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

0 commit comments

Comments
 (0)