@@ -27,7 +27,7 @@ copyright: 2008-2015 Duncan Coutts,
27
27
license : BSD-3-Clause
28
28
license-file : LICENSE
29
29
30
- tested-with : GHC == { 8.10.7, 8.8.4 }
30
+ tested-with : GHC == { 9.2.2, 9.0.2, 8.10.7, 8.8.4 }
31
31
32
32
data-dir : datafiles
33
33
data-files :
@@ -95,18 +95,18 @@ common defaults
95
95
-- see `cabal.project.local-ghc-${VERSION}` files
96
96
build-depends :
97
97
, array >= 0.5 && < 0.6
98
- , base >= 4.13 && < 4.16
98
+ , base >= 4.13 && < 4.17
99
99
, binary >= 0.8 && < 0.9
100
- , bytestring >= 0.10 && < 0.11
100
+ , bytestring >= 0.10 && < 0.12
101
101
, containers ^>= 0.6.0
102
102
, deepseq >= 1.4 && < 1.5
103
103
, directory >= 1.3 && < 1.4
104
104
, filepath >= 1.4 && < 1.5
105
105
, mtl ^>= 2.2.1
106
106
, pretty >= 1.1 && < 1.2
107
107
, process >= 1.6 && < 1.7
108
- , text ^>= 1.2.2
109
- , time >= 1.9 && < 1.12
108
+ , text ^>= 1.2.5.0
109
+ , time >= 1.9 && < 1.13
110
110
, transformers >= 0.5 && < 0.6
111
111
, unix >= 2.7 && < 2.8
112
112
, scientific
@@ -356,15 +356,15 @@ library lib-server
356
356
-- NB: see also build-depends in `common defaults`!
357
357
build-depends :
358
358
, HStringTemplate ^>= 0.8
359
- , HTTP ^>= 4000.3.6
359
+ , HTTP ^>= 4000.3.16
360
360
, QuickCheck ^>= 2.14
361
361
, acid-state ^>= 0.16
362
362
, async ^>= 2.2.1
363
363
-- requires bumping http-io-streams
364
364
, attoparsec ^>= 0.14.4
365
365
, base16-bytestring ^>= 1.0
366
366
-- requires bumping http-io-streams
367
- , base64-bytestring ^>= 1.1
367
+ , base64-bytestring ^>= 1.2.1.0
368
368
--NOTE : blaze-builder-0.4 is now a compat package that uses bytestring-0.10 builder
369
369
, blaze-builder ^>= 0.4
370
370
, blaze-html ^>= 0.9
@@ -511,7 +511,7 @@ test-suite HighLevelTest
511
511
-- component-specific dependencies
512
512
, xml ^>= 1.3.14
513
513
, io-streams ^>= 1.5.0.1
514
- , http-io-streams ^>= 0.1.0.0
514
+ , http-io-streams ^>= 0.1.6.1
515
515
516
516
test-suite CreateUserTest
517
517
import : test-defaults
0 commit comments