Skip to content
Snippets Groups Projects
Unverified Commit 2a801fa0 authored by Mikolaj Konarski's avatar Mikolaj Konarski
Browse files

Bump versions to 3.9

parent b55e69e6
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ variables: ...@@ -8,7 +8,7 @@ variables:
DOCKER_REV: "4ed1a4f27828ba96a34662dc954335e29b470cd2" DOCKER_REV: "4ed1a4f27828ba96a34662dc954335e29b470cd2"
GHC_VERSION: 8.10.7 GHC_VERSION: 8.10.7
CABAL_INSTALL_VERSION: 3.6.2.0 CABAL_INSTALL_VERSION: 3.9.0.0
workflow: workflow:
rules: rules:
......
cabal-version: 2.2 cabal-version: 2.2
name: Cabal-QuickCheck name: Cabal-QuickCheck
version: 3.7.0.0 version: 3.9.0.0
synopsis: QuickCheck instances for types in Cabal synopsis: QuickCheck instances for types in Cabal
category: Testing category: Testing
description: description:
...@@ -13,8 +13,8 @@ library ...@@ -13,8 +13,8 @@ library
build-depends: build-depends:
, base , base
, bytestring , bytestring
, Cabal ^>=3.7.0.0 , Cabal ^>=3.9.0.0
, Cabal-syntax ^>=3.7.0.0 , Cabal-syntax ^>=3.9.0.0
, QuickCheck ^>=2.13.2 || ^>=2.14 , QuickCheck ^>=2.13.2 || ^>=2.14
exposed-modules: exposed-modules:
......
cabal-version: 2.2 cabal-version: 2.2
name: Cabal-described name: Cabal-described
version: 3.7.0.0 version: 3.9.0.0
synopsis: Described functionality for types in Cabal synopsis: Described functionality for types in Cabal
category: Testing, Parsec category: Testing, Parsec
description: Provides rere bindings description: Provides rere bindings
...@@ -11,8 +11,8 @@ library ...@@ -11,8 +11,8 @@ library
ghc-options: -Wall ghc-options: -Wall
build-depends: build-depends:
, base , base
, Cabal ^>=3.7.0.0 , Cabal ^>=3.9.0.0
, Cabal-syntax ^>=3.7.0.0 , Cabal-syntax ^>=3.9.0.0
, containers , containers
, pretty , pretty
, QuickCheck , QuickCheck
......
cabal-version: 2.0 cabal-version: 2.0
name: Cabal-syntax name: Cabal-syntax
version: 3.7.0.0 version: 3.9.0.0
copyright: 2003-2021, Cabal Development Team (see AUTHORS file) copyright: 2003-2021, 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-tree-diff name: Cabal-tree-diff
version: 3.7.0.0 version: 3.9.0.0
synopsis: QuickCheck instances for types in Cabal synopsis: QuickCheck instances for types in Cabal
category: Testing category: Testing
description: Provides tree-diff ToExpr instances for some types in Cabal description: Provides tree-diff ToExpr instances for some types in Cabal
...@@ -11,8 +11,8 @@ library ...@@ -11,8 +11,8 @@ library
ghc-options: -Wall ghc-options: -Wall
build-depends: build-depends:
, base , base
, Cabal-syntax ^>=3.7.0.0 , Cabal-syntax ^>=3.9.0.0
, Cabal ^>=3.7.0.0 , Cabal ^>=3.9.0.0
, tree-diff ^>=0.1 || ^>=0.2 , tree-diff ^>=0.1 || ^>=0.2
exposed-modules: Data.TreeDiff.Instances.Cabal exposed-modules: Data.TreeDiff.Instances.Cabal
......
cabal-version: 2.0 cabal-version: 2.0
name: Cabal name: Cabal
version: 3.7.0.0 version: 3.9.0.0
copyright: 2003-2021, Cabal Development Team (see AUTHORS file) copyright: 2003-2021, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause license: BSD-3-Clause
license-file: LICENSE license-file: LICENSE
...@@ -34,7 +34,7 @@ library ...@@ -34,7 +34,7 @@ library
hs-source-dirs: src hs-source-dirs: src
build-depends: build-depends:
Cabal-syntax >= 3.7 && < 3.8, Cabal-syntax ^>= 3.9,
array >= 0.4.0.1 && < 0.6, array >= 0.4.0.1 && < 0.6,
base >= 4.6 && < 5, base >= 4.6 && < 5,
bytestring >= 0.10.0.0 && < 0.12, bytestring >= 0.10.0.0 && < 0.12,
......
VERSION=3.6.0.0 VERSION=3.9.0.0
#KIND=devel #KIND=devel
KIND=rc KIND=rc
......
cabal-version: 2.2 cabal-version: 2.2
name: cabal-install-solver name: cabal-install-solver
version: 3.7.0.0 version: 3.9.0.0
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
...@@ -105,8 +105,8 @@ library ...@@ -105,8 +105,8 @@ library
, array >=0.4 && <0.6 , array >=0.4 && <0.6
, base >=4.10 && <4.17 , base >=4.10 && <4.17
, bytestring >=0.10.6.0 && <0.12 , bytestring >=0.10.6.0 && <0.12
, Cabal ^>=3.7 , Cabal ^>=3.9
, Cabal-syntax ^>=3.7 , Cabal-syntax ^>=3.9
, containers >=0.5.6.2 && <0.7 , containers >=0.5.6.2 && <0.7
, edit-distance ^>= 0.2.2 , edit-distance ^>= 0.2.2
, filepath ^>=1.4.0.0 , filepath ^>=1.4.0.0
......
Cabal-Version: 2.2 Cabal-Version: 2.2
Name: cabal-install Name: cabal-install
Version: 3.7.0.0 Version: 3.9.0.0
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
...@@ -49,13 +49,13 @@ common base-dep ...@@ -49,13 +49,13 @@ common base-dep
build-depends: base >=4.10 && <4.17 build-depends: base >=4.10 && <4.17
common cabal-dep common cabal-dep
build-depends: Cabal ^>=3.7 build-depends: Cabal ^>=3.9
common cabal-syntax-dep common cabal-syntax-dep
build-depends: Cabal-syntax ^>=3.7 build-depends: Cabal-syntax ^>=3.9
common cabal-install-solver-dep common cabal-install-solver-dep
build-depends: cabal-install-solver ^>=3.7 build-depends: cabal-install-solver ^>=3.9
library library
import: warnings, base-dep, cabal-dep, cabal-syntax-dep, cabal-install-solver-dep import: warnings, base-dep, cabal-dep, cabal-syntax-dep, cabal-install-solver-dep
......
...@@ -28,8 +28,8 @@ common shared ...@@ -28,8 +28,8 @@ common shared
build-depends: build-depends:
, base >= 4.6 && <4.17 , base >= 4.6 && <4.17
-- this needs to match the in-tree lib:Cabal version -- this needs to match the in-tree lib:Cabal version
, Cabal == 3.7.0.0 , Cabal ^>= 3.9.0.0
, Cabal-syntax == 3.7.0.0 , Cabal-syntax ^>= 3.9.0.0
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns
...@@ -111,6 +111,8 @@ executable setup ...@@ -111,6 +111,8 @@ executable setup
custom-setup custom-setup
-- we only depend on even stable releases of lib:Cabal -- we only depend on even stable releases of lib:Cabal
setup-depends: Cabal == 2.2.* || == 2.4.* || == 3.0.* || ==3.2.* || ==3.4.* || ==3.6.*, -- and due to Custom complexity and ConstraintSetupCabalMaxVersion
-- it can't be the current version
setup-depends: Cabal == 3.6.*,
Cabal-syntax == 3.6.*, Cabal-syntax == 3.6.*,
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.6.0.0" version = "3.9.0.0"
extensions = [ extensions = [
'sphinx.ext.extlinks', 'sphinx.ext.extlinks',
......
...@@ -31,7 +31,7 @@ library ...@@ -31,7 +31,7 @@ library
base, base,
bytestring, bytestring,
containers, containers,
Cabal-syntax >= 3.7, Cabal-syntax ^>= 3.9,
directory, directory,
filepath, filepath,
optparse-applicative, 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