aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2021-05-14 23:10:04 +0800
committerGitHub <noreply@github.com>2021-05-14 17:10:04 +0200
commitc72814072d8f61ba7c8af201c779edb022c5a1a3 (patch)
treea8cd55e7ea28bf311478138af28cb0541740fbf3
parent2ebacda9ac4b658676352a43ed02171e76514614 (diff)
Allow hspec 2.8 (#1389)
All tests are passing.
-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 490dff10..9574698a 100644
--- a/haddock-library/haddock-library.cabal
+++ b/haddock-library/haddock-library.cabal
@@ -96,10 +96,10 @@ test-suite spec
-- version of `hspec` & `hspec-discover` to ensure
-- intercompatibility
build-depends:
- , hspec >= 2.4.4 && < 2.8
+ , hspec >= 2.4.4 && < 2.9
build-tool-depends:
- , hspec-discover:hspec-discover >= 2.4.4 && < 2.8
+ , hspec-discover:hspec-discover >= 2.4.4 && < 2.9
test-suite fixtures
type: exitcode-stdio-1.0