aboutsummaryrefslogtreecommitdiff
path: root/haddock-library
diff options
context:
space:
mode:
authorArtem Pelenitsyn <a.pelenitsyn@gmail.com>2021-11-27 05:14:17 -0500
committerGitHub <noreply@github.com>2021-11-27 11:14:17 +0100
commit0000202ce6e5a169877181efe8da0555fac109a3 (patch)
tree7fc3b2f50c5deaf9ced822a0c180658d5f56290b /haddock-library
parentbf9125b9d5a101eff316a059b614af3c3ea2d6b4 (diff)
fix CI for 9.2 (#1436)
Diffstat (limited to 'haddock-library')
-rw-r--r--haddock-library/haddock-library.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal
index 93e3fc82..688a48c1 100644
--- a/haddock-library/haddock-library.cabal
+++ b/haddock-library/haddock-library.cabal
@@ -95,10 +95,10 @@ test-suite spec
-- version of `hspec` & `hspec-discover` to ensure
-- intercompatibility
build-depends:
- , hspec >= 2.4.4 && < 2.9
+ , hspec >= 2.4.4 && < 2.10
build-tool-depends:
- , hspec-discover:hspec-discover >= 2.4.4 && < 2.9
+ , hspec-discover:hspec-discover >= 2.4.4 && < 2.10
test-suite fixtures
type: exitcode-stdio-1.0