Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 3.6
name: Cabal-syntax
version: 3.16.0.0
version: 3.16.1.0
copyright: 2003-2025, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause
license-file: LICENSE
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.6
name: Cabal
version: 3.16.0.0
version: 3.16.1.0
copyright: 2003-2025, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause
license-file: LICENSE
Expand Down Expand Up @@ -39,7 +39,7 @@ library
hs-source-dirs: src

build-depends:
, Cabal-syntax ^>= 3.16
, Cabal-syntax ^>= 3.16.1.0
, array >= 0.4.0.1 && < 0.6
, base >= 4.13 && < 5
, bytestring >= 0.10.0.0 && < 0.13
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/cabal-bootstrap-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ executable cabal-bootstrap-gen
, aeson ^>=1.5.2.0 || ^>=2.0.3.0 || ^>=2.1.0.0 || ^>=2.2.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 || ^>=4.19.0.0
, bytestring ^>=0.10.8.2 || ^>=0.11.0.0
, Cabal ^>=3.14.1.0 || ^>=3.16.0.0
, Cabal-syntax ^>=3.14.1.0 || ^>=3.16.0.0
, Cabal ^>=3.14.1.0 || ^>=3.16.1.0
, Cabal-syntax ^>=3.14.1.0 || ^>=3.16.1.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
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: 3.6
name: cabal-install-solver
version: 3.16.0.0
version: 3.16.1.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.22
, bytestring >=0.10.6.0 && <0.13
, Cabal ^>=3.16
, Cabal-syntax ^>=3.16
, Cabal ^>=3.16.1.0
, Cabal-syntax ^>=3.16.1.0
, containers >=0.5.6.2 && <0.9
, 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.6

Name: cabal-install
Version: 3.16.0.0
Version: 3.16.1.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 @@ -62,15 +62,15 @@ common base-dep

common cabal-dep
build-depends:
, Cabal ^>=3.16
, Cabal ^>=3.16.1.0

common cabal-syntax-dep
build-depends:
, Cabal-syntax ^>=3.16
, Cabal-syntax ^>=3.16.1.0

common cabal-install-solver-dep
build-depends:
, cabal-install-solver ^>=3.16
, cabal-install-solver ^>=3.16.1.0

library
import: warnings, base-dep, cabal-dep, cabal-syntax-dep, cabal-install-solver-dep
Expand Down
2 changes: 1 addition & 1 deletion cabal-testsuite/cabal-testsuite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ common shared
build-depends:
, base >= 4.11 && < 4.22
-- this needs to match the in-tree lib:Cabal version
, Cabal ^>= 3.16.0.0
, Cabal ^>= 3.16.1.0

ghc-options:
-Wall
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
sys.path.insert(0, os.path.abspath('.'))
import cabaldomain

version = "3.16.0.0"
version = "3.16.1.0"

extensions = [
'sphinx.ext.extlinks',
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.16
, Cabal-syntax ^>= 3.16.1.0
, directory
, filepath
, optparse-applicative
Expand Down
Loading