Skip to content
Snippets Groups Projects
Unverified Commit e65d156c authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #9964 from geekosaur/drop-8.2

update `base` bounds for desupported ghc 8.2
parents 570960c4 c2c914a1
No related branches found
No related tags found
No related merge requests found
Pipeline #94268 passed
...@@ -29,7 +29,7 @@ library ...@@ -29,7 +29,7 @@ library
build-depends: build-depends:
Cabal-syntax >= 3.13 && < 3.15, Cabal-syntax >= 3.13 && < 3.15,
Cabal >= 3.13 && < 3.15, Cabal >= 3.13 && < 3.15,
base >= 4.9 && < 5, base >= 4.11 && < 5,
containers >= 0.5.0.0 && < 0.8, containers >= 0.5.0.0 && < 0.8,
filepath >= 1.3.0.1 && < 1.5, filepath >= 1.3.0.1 && < 1.5,
transformers >= 0.5.6.0 && < 0.7 transformers >= 0.5.6.0 && < 0.7
......
...@@ -29,7 +29,7 @@ library ...@@ -29,7 +29,7 @@ library
build-depends: build-depends:
array >= 0.4.0.1 && < 0.6, array >= 0.4.0.1 && < 0.6,
base >= 4.9 && < 5, base >= 4.11 && < 5,
binary >= 0.7 && < 0.9, binary >= 0.7 && < 0.9,
bytestring >= 0.10.0.0 && < 0.13, bytestring >= 0.10.0.0 && < 0.13,
containers >= 0.5.0.0 && < 0.8, containers >= 0.5.0.0 && < 0.8,
......
...@@ -57,7 +57,7 @@ test-suite unit-tests ...@@ -57,7 +57,7 @@ test-suite unit-tests
main-is: UnitTests.hs main-is: UnitTests.hs
build-depends: build-depends:
array array
, base >=4.9 && <5 , base >=4.11 && <5
, bytestring , bytestring
, Cabal , Cabal
, Cabal-described , Cabal-described
......
...@@ -36,7 +36,7 @@ library ...@@ -36,7 +36,7 @@ library
build-depends: build-depends:
Cabal-syntax ^>= 3.13, Cabal-syntax ^>= 3.13,
array >= 0.4.0.1 && < 0.6, array >= 0.4.0.1 && < 0.6,
base >= 4.9 && < 5, base >= 4.11 && < 5,
bytestring >= 0.10.0.0 && < 0.13, bytestring >= 0.10.0.0 && < 0.13,
containers >= 0.5.0.0 && < 0.8, containers >= 0.5.0.0 && < 0.8,
deepseq >= 1.3.0.1 && < 1.6, deepseq >= 1.3.0.1 && < 1.6,
......
...@@ -18,7 +18,7 @@ executable gen-spdx ...@@ -18,7 +18,7 @@ executable gen-spdx
ghc-options: -Wall ghc-options: -Wall
build-depends: build-depends:
, aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.2.1.0 , aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.2.1.0
, base >=4.10 && <4.20 , base >=4.11 && <4.20
, bytestring , bytestring
, containers , containers
, Diff ^>=0.4 , Diff ^>=0.4
...@@ -35,7 +35,7 @@ executable gen-spdx-exc ...@@ -35,7 +35,7 @@ executable gen-spdx-exc
ghc-options: -Wall ghc-options: -Wall
build-depends: build-depends:
, aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.2.1.0 , aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.2.1.0
, base >=4.10 && <4.20 , base >=4.11 && <4.20
, bytestring , bytestring
, containers , containers
, Diff ^>=0.4 , Diff ^>=0.4
......
...@@ -99,7 +99,7 @@ library ...@@ -99,7 +99,7 @@ library
build-depends: build-depends:
, array >=0.4 && <0.6 , array >=0.4 && <0.6
, base >=4.10 && <4.20 , base >=4.11 && <4.20
, bytestring >=0.10.6.0 && <0.13 , bytestring >=0.10.6.0 && <0.13
, Cabal ^>=3.13 , Cabal ^>=3.13
, Cabal-syntax ^>=3.13 , Cabal-syntax ^>=3.13
...@@ -131,7 +131,7 @@ Test-Suite unit-tests ...@@ -131,7 +131,7 @@ Test-Suite unit-tests
UnitTests.Distribution.Solver.Modular.MessageUtils UnitTests.Distribution.Solver.Modular.MessageUtils
build-depends: build-depends:
, base >= 4.10 && <4.20 , base >= 4.11 && <4.20
, Cabal-syntax , Cabal-syntax
, cabal-install-solver , cabal-install-solver
, tasty >= 1.2.3 && <1.6 , tasty >= 1.2.3 && <1.6
......
...@@ -52,7 +52,7 @@ common warnings ...@@ -52,7 +52,7 @@ common warnings
ghc-options: -Wnoncanonical-monadfail-instances ghc-options: -Wnoncanonical-monadfail-instances
common base-dep common base-dep
build-depends: base >=4.10 && <4.20 build-depends: base >=4.11 && <4.20
common cabal-dep common cabal-dep
build-depends: Cabal ^>=3.13 build-depends: Cabal ^>=3.13
......
...@@ -26,7 +26,7 @@ common shared ...@@ -26,7 +26,7 @@ common shared
default-language: Haskell2010 default-language: Haskell2010
build-depends: build-depends:
, base >= 4.9 && < 4.20 , base >= 4.11 && < 4.20
-- this needs to match the in-tree lib:Cabal version -- this needs to match the in-tree lib:Cabal version
, Cabal ^>= 3.13.0.0 , Cabal ^>= 3.13.0.0
......
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