diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2023-01-27 16:22:35 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2023-02-01 13:18:47 +0000 |
commit | 329097fce9aa68af32fabbf0b7e8b4999b486303 (patch) | |
tree | 331ccbf4f26338318d869adfbed25473eb52713d /linters | |
parent | adf17604bc6b3eebb66b063383156a722718c2fb (diff) | |
download | haskell-329097fce9aa68af32fabbf0b7e8b4999b486303.tar.gz |
Fixes for cabal-reinstall CI job
* Allow filepath to be reinstalled
* Bump some version bounds to allow newer versions of libraries
* Rework testing logic to avoid "install --lib" and package env files
Fixes #22344
(cherry picked from commit 7cbdaad0396cee561f125c95f3352cebabd8ed99)
Diffstat (limited to 'linters')
-rw-r--r-- | linters/lint-commit-msg/lint-commit-msg.cabal | 2 | ||||
-rw-r--r-- | linters/lint-whitespace/lint-whitespace.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linters/lint-commit-msg/lint-commit-msg.cabal b/linters/lint-commit-msg/lint-commit-msg.cabal index 8020a925a4..7d1dbd0fcb 100644 --- a/linters/lint-commit-msg/lint-commit-msg.cabal +++ b/linters/lint-commit-msg/lint-commit-msg.cabal @@ -22,7 +22,7 @@ executable lint-commit-msg build-depends: linters-common, mtl - >=2.1 && <2.3, + >=2.1 && <2.4, base >= 4.14 && < 5, text diff --git a/linters/lint-whitespace/lint-whitespace.cabal b/linters/lint-whitespace/lint-whitespace.cabal index e3d2aa3a06..61e376d1f9 100644 --- a/linters/lint-whitespace/lint-whitespace.cabal +++ b/linters/lint-whitespace/lint-whitespace.cabal @@ -20,7 +20,7 @@ executable lint-whitespace build-depends: linters-common, mtl - >=2.1 && <2.3, + >=2.1 && <2.4, process ^>= 1.6, containers |