@@ -28,8 +28,9 @@ license: BSD-3-Clause
2828license-file : LICENSE
2929
3030tested-with :
31- GHC == 9.12.2
32- GHC == 9.10.2
31+ GHC == 9.14.1
32+ GHC == 9.12.4
33+ GHC == 9.10.3
3334 GHC == 9.8.4
3435 GHC == 9.6.7
3536 -- Constraint transformers >= 0.6 forces GHC >= 9.6 for CI
@@ -147,7 +148,7 @@ common defaults
147148 -- see `cabal.project.local-ghc-${VERSION}` files
148149 build-depends :
149150 , array >= 0.5 && < 0.6
150- , base >= 4.18 && < 4.22
151+ , base >= 4.18 && < 4.23
151152 , binary >= 0.8 && < 0.9
152153 , bytestring >= 0.11.2 && < 0.13
153154 , containers >= 0.6.0 && < 0.9
@@ -158,15 +159,15 @@ common defaults
158159 -- we use Control.Monad.Except, introduced in mtl-2.2.1
159160 , pretty >= 1.1 && < 1.2
160161 , text ^>= 1.2.5.0 || >= 2.0 && < 2.2
161- , time >= 1.9 && < 1.15
162+ , time >= 1.9 && < 1.16
162163 , transformers >= 0.5 && < 0.7
163164 , unix >= 2.7 && < 2.9
164165 , scientific
165166 -- other dependencies shared by most components
166167 build-depends :
167168 , aeson >= 2.1.0.0 && < 2.3
168- , Cabal >= 3.14.2 .0 && < 3.18
169- , Cabal-syntax >= 3.14.2 .0 && < 3.18
169+ , Cabal >= 3.16.0 .0 && < 3.18
170+ , Cabal-syntax >= 3.16.0 .0 && < 3.18
170171 -- Cabal-syntax needs to be bound to constrain hackage-security
171172 -- see https://github.com/haskell/hackage-server/issues/1130
172173 , network-bsd ^>= 2.8
@@ -430,11 +431,11 @@ library
430431 -- NB: see also build-depends in `common defaults`!
431432 build-depends :
432433 , HStringTemplate ^>= 0.8
433- , HTTP ^ >= 4000.3.16 || ^ >= 4000.4.1
434+ , HTTP >= 4000.3.16 && < 4000.6
434435 , http-client ^>= 0.7 && < 0.8
435436 , http-client-tls ^>= 0.3
436437 , http-types >= 0.10 && < 0.13
437- , QuickCheck >= 2.14 && < 2.16
438+ , QuickCheck >= 2.14 && < 2.19
438439 , acid-state ^>= 0.16
439440 , safecopy >= 0.6 && < 0.11
440441 , async ^>= 2.2.1
@@ -638,7 +639,7 @@ test-suite ReverseDependenciesTest
638639 , tasty-hedgehog ^>= 1.4
639640 , tasty-hunit ^>= 0.10
640641 , HUnit ^>= 1.6
641- , hedgehog >= 1.4 && < 1.6
642+ , hedgehog >= 1.4 && < 1.8
642643 , exceptions
643644 , bimap
644645 , mime-mail
@@ -653,7 +654,7 @@ benchmark RevDeps
653654 main-is : RevDeps.hs
654655 build-tool-depends : hackage-server :hackage-server
655656 build-depends :
656- , random ^ >= 1.2
657+ , random >= 1.2
657658 , gauge
658659 -- gauge does not support base-4.20
659660 if impl(ghc >= 9.10 )
0 commit comments