Skip to content

Commit

Permalink
Bump version numbers to 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 committed Sep 2, 2024
1 parent 39b6924 commit 13c5ed1
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions Cabal-QuickCheck/Cabal-QuickCheck.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: Cabal-QuickCheck
version: 3.13.0.0
version: 3.15.0.0
synopsis: QuickCheck instances for types in Cabal
category: Testing
build-type: Simple
Expand All @@ -14,8 +14,8 @@ library
build-depends:
, base
, bytestring
, Cabal ^>=3.13.0.0
, Cabal-syntax ^>=3.13.0.0
, Cabal ^>=3.15.0.0
, Cabal-syntax ^>=3.15.0.0
, QuickCheck ^>=2.13.2 || ^>=2.14

exposed-modules:
Expand Down
6 changes: 3 additions & 3 deletions Cabal-described/Cabal-described.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: Cabal-described
version: 3.13.0.0
version: 3.15.0.0
synopsis: Described functionality for types in Cabal
category: Testing, Parsec
description: Provides rere bindings
Expand All @@ -12,8 +12,8 @@ library
ghc-options: -Wall
build-depends:
, base
, Cabal ^>=3.13.0.0
, Cabal-syntax ^>=3.13.0.0
, Cabal ^>=3.15.0.0
, Cabal-syntax ^>=3.15.0.0
, containers
, pretty
, QuickCheck
Expand Down
4 changes: 2 additions & 2 deletions Cabal-hooks/Cabal-hooks.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ library
hs-source-dirs: src

build-depends:
Cabal-syntax >= 3.13 && < 3.15,
Cabal >= 3.13 && < 3.15,
Cabal-syntax >= 3.15 && < 3.17,
Cabal >= 3.15 && < 3.17,
base >= 4.13 && < 5,
containers >= 0.5.0.0 && < 0.8,
transformers >= 0.5.6.0 && < 0.7
Expand Down
2 changes: 1 addition & 1 deletion Cabal-syntax/Cabal-syntax.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: Cabal-syntax
version: 3.13.0.0
version: 3.15.0.0
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause
license-file: LICENSE
Expand Down
6 changes: 3 additions & 3 deletions Cabal-tree-diff/Cabal-tree-diff.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: Cabal-tree-diff
version: 3.13.0.0
version: 3.15.0.0
synopsis: QuickCheck instances for types in Cabal
category: Testing
description: Provides tree-diff ToExpr instances for some types in Cabal
Expand All @@ -11,8 +11,8 @@ library
ghc-options: -Wall
build-depends:
, base
, Cabal-syntax ^>=3.13.0.0
, Cabal ^>=3.13.0.0
, Cabal-syntax ^>=3.15.0.0
, Cabal ^>=3.15.0.0
, tree-diff ^>=0.1 || ^>=0.2 || ^>=0.3

exposed-modules: Data.TreeDiff.Instances.Cabal
Expand Down
4 changes: 2 additions & 2 deletions Cabal/Cabal.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: Cabal
version: 3.13.0.0
version: 3.15.0.0
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause
license-file: LICENSE
Expand Down Expand Up @@ -34,7 +34,7 @@ library
hs-source-dirs: src

build-depends:
Cabal-syntax ^>= 3.13,
Cabal-syntax ^>= 3.15,
array >= 0.4.0.1 && < 0.6,
base >= 4.13 && < 5,
bytestring >= 0.10.0.0 && < 0.13,
Expand Down
2 changes: 1 addition & 1 deletion Cabal/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.13.0.0
VERSION=3.15.0.0

#KIND=devel
KIND=rc
Expand Down
6 changes: 3 additions & 3 deletions cabal-install-solver/cabal-install-solver.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: cabal-install-solver
version: 3.13.0.0
version: 3.15.0.0
synopsis: The solver component of cabal-install
description:
The solver component used in the cabal-install command-line program.
Expand Down Expand Up @@ -101,8 +101,8 @@ library
, array >=0.4 && <0.6
, base >=4.13 && <4.21
, bytestring >=0.10.6.0 && <0.13
, Cabal ^>=3.13
, Cabal-syntax ^>=3.13
, Cabal ^>=3.15
, Cabal-syntax ^>=3.15
, containers >=0.5.6.2 && <0.8
, edit-distance ^>= 0.2.2
, directory >= 1.3.7.0 && < 1.4
Expand Down
8 changes: 4 additions & 4 deletions cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Cabal-Version: 3.0

Name: cabal-install
Version: 3.13.0.0
Version: 3.15.0.0
Synopsis: The command-line interface for Cabal and Hackage.
Description:
The \'cabal\' command-line program simplifies the process of managing
Expand Down Expand Up @@ -55,13 +55,13 @@ common base-dep
build-depends: base >=4.13 && <4.21

common cabal-dep
build-depends: Cabal ^>=3.13
build-depends: Cabal ^>=3.15

common cabal-syntax-dep
build-depends: Cabal-syntax ^>=3.13
build-depends: Cabal-syntax ^>=3.15

common cabal-install-solver-dep
build-depends: cabal-install-solver ^>=3.13
build-depends: cabal-install-solver ^>=3.15

library
import: warnings, base-dep, cabal-dep, cabal-syntax-dep, cabal-install-solver-dep
Expand Down
2 changes: 1 addition & 1 deletion solver-benchmarks/solver-benchmarks.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ library
base,
bytestring,
containers,
Cabal-syntax ^>= 3.13,
Cabal-syntax ^>= 3.15,
directory,
filepath,
optparse-applicative,
Expand Down

0 comments on commit 13c5ed1

Please sign in to comment.