[Git][ghc/ghc][master] hadrian: Bump QuickCheck upper bound
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: be8e5236 by Ben Gamari at 2026-01-23T03:28:45-05:00 hadrian: Bump QuickCheck upper bound This patch bumps QuickCheck upper bound to 2.18. selftest rule manually tested to work with current latest QuickCheck-2.17.1.0. - - - - - 1 changed file: - hadrian/hadrian.cabal Changes: ===================================== hadrian/hadrian.cabal ===================================== @@ -190,4 +190,4 @@ executable hadrian if flag(selftest) other-modules: Rules.Selftest cpp-options: -DHADRIAN_ENABLE_SELFTEST - build-depends: QuickCheck >= 2.6 && < 2.15 + build-depends: QuickCheck >= 2.6 && < 2.18 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/be8e5236ecd5b7d359e8a779e40c0358... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/be8e5236ecd5b7d359e8a779e40c0358... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)