[Git][ghc/ghc][master] linters: lint-whitespace: bump upper-bound for containers

Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: ae003a3a by Teo Camarasu at 2025-06-23T05:21:48-04:00 linters: lint-whitespace: bump upper-bound for containers The version of containers was bumped in https://gitlab.haskell.org/ghc/ghc/-/merge_requests/13989 - - - - - 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.8, + >= 0.6 && <0.9, base >= 4.14 && < 5, text View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ae003a3af0a5f49504dee0c1d652a44b... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ae003a3af0a5f49504dee0c1d652a44b... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)