summaryrefslogtreecommitdiff
path: root/linters
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-01-27 16:22:35 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-31 07:53:53 -0500
commit7cbdaad0396cee561f125c95f3352cebabd8ed99 (patch)
treeae0f1e119f65c9df04c74334c8e80f7009a7b0e0 /linters
parentb69461a06166d2b1c600df87b87656d09122fb7c (diff)
downloadhaskell-7cbdaad0396cee561f125c95f3352cebabd8ed99.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
Diffstat (limited to 'linters')
-rw-r--r--linters/lint-commit-msg/lint-commit-msg.cabal2
-rw-r--r--linters/lint-whitespace/lint-whitespace.cabal2
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