[Git][ghc/ghc][wip/bump-text] linters: Bump text and Cabal bounds
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Tue Sep 26 19:45:12 UTC 2023
Ben Gamari pushed to branch wip/bump-text at Glasgow Haskell Compiler / GHC
Commits:
2621664b by Ben Gamari at 2023-09-26T15:44:52-04:00
linters: Bump text and Cabal bounds
Since text-2.1 is now released.
- - - - -
5 changed files:
- libraries/ghc-boot/ghc-boot.cabal.in
- linters/lint-commit-msg/lint-commit-msg.cabal
- linters/lint-submodule-refs/lint-submodule-refs.cabal
- linters/lint-whitespace/lint-whitespace.cabal
- linters/linters-common/linters-common.cabal
Changes:
=====================================
libraries/ghc-boot/ghc-boot.cabal.in
=====================================
@@ -28,7 +28,7 @@ build-type: Custom
extra-source-files: changelog.md
custom-setup
- setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.10, directory, filepath
+ setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.12, directory, filepath
source-repository head
type: git
=====================================
linters/lint-commit-msg/lint-commit-msg.cabal
=====================================
@@ -21,9 +21,6 @@ executable lint-commit-msg
build-depends:
linters-common,
- mtl
- >=2.1 && <2.4,
- base
- >= 4.14 && < 5,
- text
- >= 1.2 && < 2.1
+ mtl >=2.1 && <2.4,
+ base >= 4.14 && < 5,
+ text >= 1.2 && < 2.4
=====================================
linters/lint-submodule-refs/lint-submodule-refs.cabal
=====================================
@@ -12,10 +12,8 @@ executable lint-submodule-refs
Haskell2010
build-depends:
- base
- >= 4.14 && < 5,
- text
- >= 1.2 && < 2.1,
+ base >= 4.14 && < 5,
+ text >= 1.2 && < 2.2,
linters-common
ghc-options:
=====================================
linters/lint-whitespace/lint-whitespace.cabal
=====================================
@@ -19,13 +19,8 @@ executable lint-whitespace
build-depends:
linters-common,
- mtl
- >=2.1 && <2.4,
- process
- ^>= 1.6,
- containers
- ^>= 0.6,
- base
- >= 4.14 && < 5,
- text
- >= 1.2 && < 2.1,
+ mtl >=2.1 && <2.4,
+ process ^>= 1.6,
+ containers ^>= 0.6,
+ base >= 4.14 && < 5,
+ text >= 1.2 && < 2.2,
=====================================
linters/linters-common/linters-common.cabal
=====================================
@@ -11,14 +11,10 @@ library
Haskell2010
build-depends:
- process
- ^>= 1.6,
- base
- >= 4.14 && < 5,
- text
- >= 1.2 && < 2.1,
- deepseq
- >= 1.1,
+ base >= 4.14 && < 5,
+ process ^>= 1.6,
+ text >= 1.2 && < 2.2,
+ deepseq >= 1.1,
hs-source-dirs:
.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2621664b1474937c1114c3e38575e193e60ff9c6
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2621664b1474937c1114c3e38575e193e60ff9c6
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230926/19f29d66/attachment-0001.html>
More information about the ghc-commits
mailing list