-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72a3838
commit ef2e2f8
Showing
2 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
diff --git a/linters/lint-commit-msg/lint-commit-msg.cabal b/linters/lint-commit-msg/lint-commit-msg.cabal | ||
index 7d1dbd0fcb..861ad6f03d 100644 | ||
--- a/linters/lint-commit-msg/lint-commit-msg.cabal | ||
+++ b/linters/lint-commit-msg/lint-commit-msg.cabal | ||
@@ -26,4 +26,4 @@ executable lint-commit-msg | ||
base | ||
>= 4.14 && < 5, | ||
text | ||
- >= 1.2 && < 2.1 | ||
+ >= 1.2 && < 2.2 | ||
diff --git a/linters/lint-submodule-refs/lint-submodule-refs.cabal b/linters/lint-submodule-refs/lint-submodule-refs.cabal | ||
index ce4012adfc..9ff85d2731 100644 | ||
--- a/linters/lint-submodule-refs/lint-submodule-refs.cabal | ||
+++ b/linters/lint-submodule-refs/lint-submodule-refs.cabal | ||
@@ -15,7 +15,7 @@ executable lint-submodule-refs | ||
base | ||
>= 4.14 && < 5, | ||
text | ||
- >= 1.2 && < 2.1, | ||
+ >= 1.2 && < 2.2, | ||
linters-common | ||
|
||
ghc-options: | ||
|