Skip to content

Commit 7095333

Browse files
committed
Build with GHC 9.2
1 parent c2cbecb commit 7095333

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
versions:
20+
- ghc: '9.2.2'
21+
cabal: '3.6'
2022
- ghc: '9.0.2'
2123
cabal: '3.6'
2224
- ghc: '8.10.7'

hackage-server.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ copyright: 2008-2015 Duncan Coutts,
2727
license: BSD-3-Clause
2828
license-file: LICENSE
2929

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 }
3131

3232
data-dir: datafiles
3333
data-files:
@@ -95,18 +95,18 @@ common defaults
9595
-- see `cabal.project.local-ghc-${VERSION}` files
9696
build-depends:
9797
, array >= 0.5 && < 0.6
98-
, base >= 4.13 && < 4.16
98+
, base >= 4.13 && < 4.17
9999
, binary >= 0.8 && < 0.9
100-
, bytestring >= 0.10 && < 0.11
100+
, bytestring >= 0.10 && < 0.12
101101
, containers ^>= 0.6.0
102102
, deepseq >= 1.4 && < 1.5
103103
, directory >= 1.3 && < 1.4
104104
, filepath >= 1.4 && < 1.5
105105
, mtl ^>= 2.2.1
106106
, pretty >= 1.1 && < 1.2
107107
, 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
110110
, transformers >= 0.5 && < 0.6
111111
, unix >= 2.7 && < 2.8
112112
, scientific
@@ -356,15 +356,15 @@ library lib-server
356356
-- NB: see also build-depends in `common defaults`!
357357
build-depends:
358358
, HStringTemplate ^>= 0.8
359-
, HTTP ^>= 4000.3.6
359+
, HTTP ^>= 4000.3.16
360360
, QuickCheck ^>= 2.14
361361
, acid-state ^>= 0.16
362362
, async ^>= 2.2.1
363363
-- requires bumping http-io-streams
364364
, attoparsec ^>= 0.14.4
365365
, base16-bytestring ^>= 1.0
366366
-- requires bumping http-io-streams
367-
, base64-bytestring ^>= 1.1
367+
, base64-bytestring ^>= 1.2.1.0
368368
--NOTE: blaze-builder-0.4 is now a compat package that uses bytestring-0.10 builder
369369
, blaze-builder ^>= 0.4
370370
, blaze-html ^>= 0.9
@@ -511,7 +511,7 @@ test-suite HighLevelTest
511511
-- component-specific dependencies
512512
, xml ^>= 1.3.14
513513
, io-streams ^>= 1.5.0.1
514-
, http-io-streams ^>= 0.1.0.0
514+
, http-io-streams ^>= 0.1.6.1
515515

516516
test-suite CreateUserTest
517517
import: test-defaults

0 commit comments

Comments
 (0)