@@ -28,9 +28,10 @@ license: BSD-3-Clause
28
28
license-file : LICENSE
29
29
30
30
tested-with :
31
- GHC == 9.10.1
32
- GHC == 9.8.2
33
- GHC == 9.6.5
31
+ GHC == 9.12.2
32
+ GHC == 9.10.2
33
+ GHC == 9.8.4
34
+ GHC == 9.6.7
34
35
GHC == 9.4.8
35
36
GHC == 9.2.8
36
37
GHC == 9.0.2
@@ -130,10 +131,10 @@ common defaults
130
131
-- see `cabal.project.local-ghc-${VERSION}` files
131
132
build-depends :
132
133
, array >= 0.5 && < 0.6
133
- , base >= 4.13 && < 4.21
134
+ , base >= 4.13 && < 4.22
134
135
, binary >= 0.8 && < 0.9
135
136
, bytestring >= 0.10 && < 0.13
136
- , containers >= 0.6.0 && < 0.8
137
+ , containers >= 0.6.0 && < 0.9
137
138
, deepseq >= 1.4 && < 1.6
138
139
, directory >= 1.3 && < 1.4
139
140
, filepath >= 1.4 && < 1.6
@@ -142,15 +143,15 @@ common defaults
142
143
, pretty >= 1.1 && < 1.2
143
144
, process >= 1.6 && < 1.7
144
145
, text ^>= 1.2.5.0 || >= 2.0 && < 2.2
145
- , time >= 1.9 && < 1.13
146
+ , time >= 1.9 && < 1.15
146
147
, transformers >= 0.5 && < 0.7
147
148
, unix >= 2.7 && < 2.9
148
149
, scientific
149
150
-- other dependencies shared by most components
150
151
build-depends :
151
152
, aeson >= 2.1.0.0 && < 2.3
152
- , Cabal >= 3.12.1 .0 && < 3.14
153
- , Cabal-syntax >= 3.12.1 .0 && < 3.14
153
+ , Cabal >= 3.14.2 .0 && < 3.16
154
+ , Cabal-syntax >= 3.14.2 .0 && < 3.16
154
155
-- Cabal-syntax needs to be bound to constrain hackage-security
155
156
-- see https://github.com/haskell/hackage-server/issues/1130
156
157
, fail ^>= 4.9.0
@@ -444,12 +445,12 @@ library
444
445
-- haddock-library-1.11.0 changed type of markupOrderedList
445
446
-- see https://github.com/haskell/hackage-server/issues/1128
446
447
, happstack-server ^>= 7.7.1 || ^>= 7.8.0 || ^>= 7.9.0
447
- , hashable ^ >= 1.3 || ^ >= 1.4
448
+ , hashable >= 1.3 && < 1.6
448
449
, hs-captcha ^>= 1.0
449
450
, hslogger ^>= 1.3.1
450
451
, lifted-base ^>= 0.2.1
451
452
, mime-mail ^>= 0.5
452
- , random ^ >= 1.2
453
+ , random >= 1.2 && < 1.4
453
454
, rss ^>= 3000.2.0.7
454
455
, safecopy ^>= 0.10
455
456
, semigroups ^>= 0.20
@@ -458,7 +459,7 @@ library
458
459
, stringsearch ^>= 0.3.6.6
459
460
, tagged ^>= 0.8.5
460
461
, transformers ^>= 0.6
461
- , xhtml >= 3000.2.0.0 && < 3000.4
462
+ , xhtml >= 3000.2.0.0 && < 3000.5
462
463
, xmlgen ^>= 0.6
463
464
, xss-sanitize ^>= 0.3.6
464
465
@@ -600,7 +601,7 @@ test-suite ReverseDependenciesTest
600
601
, tasty-hedgehog ^>= 1.4
601
602
, tasty-hunit ^>= 0.10
602
603
, HUnit ^>= 1.6
603
- , hedgehog ^ >= 1.4
604
+ , hedgehog >= 1.4 && < 1.6
604
605
, exceptions
605
606
, bimap
606
607
, mime-mail
0 commit comments