Skip to content

Commit cd2c554

Browse files
committed
Bump project version from 3.11 to 3.13
1 parent ff7bf03 commit cd2c554

File tree

13 files changed

+24
-24
lines changed

13 files changed

+24
-24
lines changed

Cabal-QuickCheck/Cabal-QuickCheck.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: Cabal-QuickCheck
3-
version: 3.11.0.0
3+
version: 3.13.0.0
44
synopsis: QuickCheck instances for types in Cabal
55
category: Testing
66
description:
@@ -13,8 +13,8 @@ library
1313
build-depends:
1414
, base
1515
, bytestring
16-
, Cabal ^>=3.11.0.0
17-
, Cabal-syntax ^>=3.11.0.0
16+
, Cabal ^>=3.13.0.0
17+
, Cabal-syntax ^>=3.13.0.0
1818
, QuickCheck ^>=2.13.2 || ^>=2.14
1919

2020
exposed-modules:

Cabal-described/Cabal-described.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: Cabal-described
3-
version: 3.11.0.0
3+
version: 3.13.0.0
44
synopsis: Described functionality for types in Cabal
55
category: Testing, Parsec
66
description: Provides rere bindings
@@ -11,8 +11,8 @@ library
1111
ghc-options: -Wall
1212
build-depends:
1313
, base
14-
, Cabal ^>=3.11.0.0
15-
, Cabal-syntax ^>=3.11.0.0
14+
, Cabal ^>=3.13.0.0
15+
, Cabal-syntax ^>=3.13.0.0
1616
, containers
1717
, pretty
1818
, QuickCheck

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.11.0.0
3+
version: 3.13.0.0
44
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: Cabal-tree-diff
3-
version: 3.11.0.0
3+
version: 3.13.0.0
44
synopsis: QuickCheck instances for types in Cabal
55
category: Testing
66
description: Provides tree-diff ToExpr instances for some types in Cabal
@@ -11,8 +11,8 @@ library
1111
ghc-options: -Wall
1212
build-depends:
1313
, base
14-
, Cabal-syntax ^>=3.11.0.0
15-
, Cabal ^>=3.11.0.0
14+
, Cabal-syntax ^>=3.13.0.0
15+
, Cabal ^>=3.13.0.0
1616
, tree-diff ^>=0.1 || ^>=0.2 || ^>=0.3
1717

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

Cabal/Cabal.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: Cabal
3-
version: 3.11.0.0
3+
version: 3.13.0.0
44
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
55
license: BSD-3-Clause
66
license-file: LICENSE
@@ -34,7 +34,7 @@ library
3434
hs-source-dirs: src
3535

3636
build-depends:
37-
Cabal-syntax ^>= 3.11,
37+
Cabal-syntax ^>= 3.13,
3838
array >= 0.4.0.1 && < 0.6,
3939
base >= 4.9 && < 5,
4040
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.11.0.0
1+
VERSION=3.13.0.0
22

33
#KIND=devel
44
KIND=rc

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: 2.2
22
name: cabal-install-solver
3-
version: 3.11.0.0
3+
version: 3.13.0.0
44
synopsis: The command-line interface for Cabal and Hackage.
55
description:
66
The solver component used in cabal-install command-line program
@@ -101,8 +101,8 @@ library
101101
, array >=0.4 && <0.6
102102
, base >=4.10 && <4.20
103103
, bytestring >=0.10.6.0 && <0.13
104-
, Cabal ^>=3.11
105-
, Cabal-syntax ^>=3.11
104+
, Cabal ^>=3.13
105+
, Cabal-syntax ^>=3.13
106106
, containers >=0.5.6.2 && <0.8
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
@@ -55,13 +55,13 @@ common base-dep
5555
build-depends: base >=4.10 && <4.20
5656

5757
common cabal-dep
58-
build-depends: Cabal ^>=3.11
58+
build-depends: Cabal ^>=3.13
5959

6060
common cabal-syntax-dep
61-
build-depends: Cabal-syntax ^>=3.11
61+
build-depends: Cabal-syntax ^>=3.13
6262

6363
common cabal-install-solver-dep
64-
build-depends: cabal-install-solver ^>=3.11
64+
build-depends: cabal-install-solver ^>=3.13
6565

6666
library
6767
import: warnings, base-dep, cabal-dep, cabal-syntax-dep, cabal-install-solver-dep

cabal-testsuite/PackageTests/NewBuild/CmdRepl/CustomSetup/foo/foo.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extra-doc-files: CHANGELOG.md
99

1010
custom-setup
1111
setup-depends:
12-
Cabal <= 3.11
12+
Cabal <= 3.13
1313
, base
1414

1515
common warnings

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.9 && <4.20
3030
-- this needs to match the in-tree lib:Cabal version
31-
, Cabal ^>= 3.11.0.0
31+
, Cabal ^>= 3.13.0.0
3232

3333
ghc-options:
3434
-Wall

doc/cabal-commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Or using the json output:
312312
.. code-block:: json
313313
314314
{
315-
"cabal-version": "3.11.0.0",
315+
"cabal-version": "3.13.0.0",
316316
"compiler": {
317317
"flavour": "ghc",
318318
"id": "ghc-9.6.4",

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.11.0.0"
16+
version = "3.13.0.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.11,
34+
Cabal-syntax ^>= 3.13,
3535
directory,
3636
filepath,
3737
optparse-applicative,

0 commit comments

Comments
 (0)