Skip to content
Snippets Groups Projects
Commit 3d88dab1 authored by Hécate Moonlight's avatar Hécate Moonlight
Browse files

Revert "Bump version numbers to 3.10.3.0"

This reverts commit 34b75586.
parent 34b75586
No related branches found
No related tags found
No related merge requests found
cabal-version: 2.2 cabal-version: 2.2
name: Cabal-syntax name: Cabal-syntax
version: 3.10.3.0 version: 3.10.2.0
copyright: 2003-2023, Cabal Development Team (see AUTHORS file) copyright: 2003-2023, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause license: BSD-3-Clause
license-file: LICENSE license-file: LICENSE
......
cabal-version: 2.2 cabal-version: 2.2
name: Cabal name: Cabal
version: 3.10.3.0 version: 3.10.2.1
copyright: 2003-2023, Cabal Development Team (see AUTHORS file) copyright: 2003-2023, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause license: BSD-3-Clause
license-file: LICENSE license-file: LICENSE
......
VERSION=3.10.3.0 VERSION=3.10.2.1
#KIND=devel #KIND=devel
KIND=rc KIND=rc
......
...@@ -11,7 +11,7 @@ executable cabal-bootstrap-gen ...@@ -11,7 +11,7 @@ executable cabal-bootstrap-gen
, aeson ^>=1.5.2.0 || ^>=2.0.3.0 || ^>=2.1.0.0 , 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 , 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
, bytestring ^>=0.10.8.2 || ^>=0.11.0.0 , bytestring ^>=0.10.8.2 || ^>=0.11.0.0
, Cabal ^>=3.2.0.0 || ^>=3.4.1.0 || ^>=3.6.3.0 || ^>=3.8.1.0 || ^>=3.10.3 , Cabal ^>=3.2.0.0 || ^>=3.4.1.0 || ^>=3.6.3.0 || ^>=3.8.1.0 || ^>=3.10.2.1
, Cabal-syntax ^>=3.8.1.0 || ^>=3.10.2.0 , Cabal-syntax ^>=3.8.1.0 || ^>=3.10.2.0
, cabal-install-parsers ^>=0.3.0.1 || ^>=0.4.5 || ^>=0.6 , cabal-install-parsers ^>=0.3.0.1 || ^>=0.4.5 || ^>=0.6
, cabal-plan ^>=0.7.0.0 , cabal-plan ^>=0.7.0.0
......
cabal-version: 2.2 cabal-version: 2.2
name: cabal-install-solver name: cabal-install-solver
version: 3.10.3.0 version: 3.10.2.1
synopsis: The command-line interface for Cabal and Hackage. synopsis: The command-line interface for Cabal and Hackage.
description: description:
The solver component used in cabal-install command-line program The solver component used in cabal-install command-line program
......
Cabal-Version: 2.2 Cabal-Version: 2.2
Name: cabal-install Name: cabal-install
Version: 3.10.3.0 Version: 3.10.2.1
Synopsis: The command-line interface for Cabal and Hackage. Synopsis: The command-line interface for Cabal and Hackage.
Description: Description:
The \'cabal\' command-line program simplifies the process of managing The \'cabal\' command-line program simplifies the process of managing
......
...@@ -28,8 +28,8 @@ common shared ...@@ -28,8 +28,8 @@ common shared
build-depends: build-depends:
, base >= 4.9 && <4.20 , base >= 4.9 && <4.20
-- this needs to match the in-tree lib:Cabal version -- this needs to match the in-tree lib:Cabal version
, Cabal ^>= 3.10.3.0 , Cabal ^>= 3.10.2.1
, Cabal-syntax ^>= 3.10.3.0 , Cabal-syntax ^>= 3.10.2.0
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns
...@@ -115,6 +115,6 @@ custom-setup ...@@ -115,6 +115,6 @@ custom-setup
-- and due to Custom complexity and ConstraintSetupCabalMaxVersion -- and due to Custom complexity and ConstraintSetupCabalMaxVersion
-- it has to be the latest release version plus -- it has to be the latest release version plus
-- you have to use the latest cabal-install release -- you have to use the latest cabal-install release
setup-depends: Cabal == 3.10.3.0, setup-depends: Cabal == 3.10.2.1,
Cabal-syntax == 3.10.3.0, Cabal-syntax == 3.10.2.0,
base, filepath, directory base, filepath, directory
...@@ -13,7 +13,7 @@ import sphinx_rtd_theme ...@@ -13,7 +13,7 @@ import sphinx_rtd_theme
sys.path.insert(0, os.path.abspath('.')) sys.path.insert(0, os.path.abspath('.'))
import cabaldomain import cabaldomain
version = "3.10.3.0" version = "3.10.2.1"
extensions = [ extensions = [
'sphinx.ext.extlinks', 'sphinx.ext.extlinks',
......
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