[Git][ghc/ghc][wip/bump-text] linters: Bump text submodule

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Tue Sep 26 17:47:30 UTC 2023



Ben Gamari pushed to branch wip/bump-text at Glasgow Haskell Compiler / GHC


Commits:
e01853f5 by Ben Gamari at 2023-09-26T13:47:16-04:00
linters: Bump text submodule

Since text-2.1 is now released

- - - - -


4 changed files:

- 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:

=====================================
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/e01853f52d54f4c8013c80fd4498b835fc75035c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e01853f52d54f4c8013c80fd4498b835fc75035c
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/8519ca02/attachment-0001.html>


More information about the ghc-commits mailing list