From c72814072d8f61ba7c8af201c779edb022c5a1a3 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 14 May 2021 23:10:04 +0800 Subject: Allow hspec 2.8 (#1389) All tests are passing. --- haddock-library/haddock-library.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'haddock-library') 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 -- cgit v1.2.3