Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit cf4b596

Browse files
authored
Merge pull request #1627 from Vekhir/patch-1
Support GHC 9.8
2 parents 1d40873 + 9f0926c commit cf4b596

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

haddock-library/haddock-library.cabal

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ common lib-defaults
3939
default-language: Haskell2010
4040

4141
build-depends:
42-
, base >= 4.5 && < 4.17
42+
, base >= 4.5 && < 4.20
4343
, containers ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1
44-
, text ^>= 1.2.3.0 || ^>= 2.0
44+
, text ^>= 1.2.3.0 || ^>= 2.0 || ^>= 2.1
4545
, parsec ^>= 3.1.13.0
4646

4747
ghc-options: -funbox-strict-fields -Wall
@@ -88,17 +88,17 @@ test-suite spec
8888
build-depends:
8989
, base-compat ^>= 0.12.0
9090
, QuickCheck ^>= 2.11 || ^>= 2.13.2 || ^>= 2.14
91-
, deepseq ^>= 1.3.0.0 || ^>= 1.4.0.0
91+
, deepseq ^>= 1.3.0.0 || ^>= 1.4.0.0 || ^>= 1.5.0.0
9292

9393
-- NB: build-depends & build-tool-depends have independent
9494
-- install-plans, so it's best to limit to a single major
9595
-- version of `hspec` & `hspec-discover` to ensure
9696
-- intercompatibility
9797
build-depends:
98-
, hspec >= 2.4.4 && < 2.10
98+
, hspec >= 2.4.4 && < 2.12
9999

100100
build-tool-depends:
101-
, hspec-discover:hspec-discover >= 2.4.4 && < 2.10
101+
, hspec-discover:hspec-discover >= 2.4.4 && < 2.12
102102

103103
test-suite fixtures
104104
type: exitcode-stdio-1.0

0 commit comments

Comments
 (0)