[Git][ghc/ghc][wip/hadrian-9.10] linters: fix lint-whitespace compilation with ghc-9.10.1

Cheng Shao (@TerrorJack) gitlab at gitlab.haskell.org
Mon May 13 17:09:51 UTC 2024



Cheng Shao pushed to branch wip/hadrian-9.10 at Glasgow Haskell Compiler / GHC


Commits:
df35131f by Cheng Shao at 2024-05-13T17:09:05+00:00
linters: fix lint-whitespace compilation with ghc-9.10.1

- - - - -


1 changed file:

- linters/lint-whitespace/lint-whitespace.cabal


Changes:

=====================================
linters/lint-whitespace/lint-whitespace.cabal
=====================================
@@ -24,7 +24,7 @@ executable lint-whitespace
     process
       ^>= 1.6,
     containers
-      ^>= 0.6,
+      >= 0.6 && <0.8,
     base
        >= 4.14 && < 5,
     text



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/df35131f4d358acaca59634ba8d1a02fc12f8779

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/df35131f4d358acaca59634ba8d1a02fc12f8779
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/20240513/e26220f1/attachment.html>


More information about the ghc-commits mailing list