Skip to content
Snippets Groups Projects
Commit d8b8b94a authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by Mikolaj
Browse files

Bump version numbers to 3.14

parent 7ee3d544
No related branches found
No related tags found
No related merge requests found
cabal-version: 2.2
name: Cabal-QuickCheck
version: 3.13.0.0
version: 3.14.0.0
synopsis: QuickCheck instances for types in Cabal
category: Testing
build-type: Simple
......@@ -14,8 +14,8 @@ library
build-depends:
, base
, bytestring
, Cabal ^>=3.13.0.0
, Cabal-syntax ^>=3.13.0.0
, Cabal ^>=3.14.0.0
, Cabal-syntax ^>=3.14.0.0
, QuickCheck ^>=2.13.2 || ^>=2.14
exposed-modules:
......
cabal-version: 2.2
name: Cabal-described
version: 3.13.0.0
version: 3.14.0.0
synopsis: Described functionality for types in Cabal
category: Testing, Parsec
description: Provides rere bindings
......@@ -12,8 +12,8 @@ library
ghc-options: -Wall
build-depends:
, base
, Cabal ^>=3.13.0.0
, Cabal-syntax ^>=3.13.0.0
, Cabal ^>=3.14.0.0
, Cabal-syntax ^>=3.14.0.0
, containers
, pretty
, QuickCheck
......
......@@ -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.14 && < 3.15,
Cabal >= 3.14 && < 3.15,
base >= 4.13 && < 5,
containers >= 0.5.0.0 && < 0.8,
transformers >= 0.5.6.0 && < 0.7
......
cabal-version: 2.2
name: Cabal-syntax
version: 3.13.0.0
version: 3.14.0.0
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause
license-file: LICENSE
......
cabal-version: 2.2
name: Cabal-tree-diff
version: 3.13.0.0
version: 3.14.0.0
synopsis: QuickCheck instances for types in Cabal
category: Testing
description: Provides tree-diff ToExpr instances for some types in Cabal
......@@ -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.14.0.0
, Cabal ^>=3.14.0.0
, tree-diff ^>=0.1 || ^>=0.2 || ^>=0.3
exposed-modules: Data.TreeDiff.Instances.Cabal
......
cabal-version: 3.0
name: Cabal
version: 3.13.0.0
version: 3.14.0.0
copyright: 2003-2024, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause
license-file: LICENSE
......@@ -34,7 +34,7 @@ library
hs-source-dirs: src
build-depends:
Cabal-syntax ^>= 3.13,
Cabal-syntax ^>= 3.14,
array >= 0.4.0.1 && < 0.6,
base >= 4.13 && < 5,
bytestring >= 0.10.0.0 && < 0.13,
......
......@@ -11,8 +11,8 @@ executable cabal-bootstrap-gen
, aeson ^>=1.5.2.0 || ^>=2.0.3.0 || ^>=2.1.0.0
, 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
, bytestring ^>=0.10.8.2 || ^>=0.11.0.0
, Cabal ^>=3.4.1.0 || ^>=3.6.3.0 || ^>=3.10.1.0 || ^>=3.12.1.0
, Cabal-syntax ^>=3.8.1.0 || ^>=3.10.1.0 || ^>=3.12.1.0
, Cabal ^>=3.12.1.0 || ^>=3.14.0.0
, Cabal-syntax ^>=3.12.1.0 || ^>=3.14.0.0
-- For the release process, we need the last *two* Cabal-syntax
-- versions here: one to make CI green when release Cabal-syntax is
-- not yet on Hackage and we are bumping versions. The second for
......
cabal-version: 2.2
name: cabal-install-solver
version: 3.13.0.0
version: 3.14.0.0
synopsis: The solver component of cabal-install
description:
The solver component used in the cabal-install command-line program.
......@@ -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.14
, Cabal-syntax ^>=3.14
, containers >=0.5.6.2 && <0.8
, edit-distance ^>= 0.2.2
, directory >= 1.3.7.0 && < 1.4
......
Cabal-Version: 3.0
Name: cabal-install
Version: 3.13.0.0
Version: 3.14.0.0
Synopsis: The command-line interface for Cabal and Hackage.
Description:
The \'cabal\' command-line program simplifies the process of managing
......@@ -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.14
common cabal-syntax-dep
build-depends: Cabal-syntax ^>=3.13
build-depends: Cabal-syntax ^>=3.14
common cabal-install-solver-dep
build-depends: cabal-install-solver ^>=3.13
build-depends: cabal-install-solver ^>=3.14
library
import: warnings, base-dep, cabal-dep, cabal-syntax-dep, cabal-install-solver-dep
......
......@@ -28,7 +28,7 @@ common shared
build-depends:
, base >= 4.11 && < 4.21
-- this needs to match the in-tree lib:Cabal version
, Cabal ^>= 3.13.0.0
, Cabal ^>= 3.14.0.0
ghc-options:
-Wall
......
......@@ -31,7 +31,7 @@ library
base,
bytestring,
containers,
Cabal-syntax ^>= 3.13,
Cabal-syntax ^>= 3.14,
directory,
filepath,
optparse-applicative,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment