From be5936b7a3c4885785e518a056fc8910ebf02bd1 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Mon, 8 Aug 2022 22:21:09 +0000 Subject: [PATCH] Allow hspec-2.10 --- package.yaml | 4 ++-- simplexmq.cabal | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.yaml b/package.yaml index 4922e8a453..e3dd6a2931 100644 --- a/package.yaml +++ b/package.yaml @@ -117,8 +117,8 @@ tests: main: Test.hs dependencies: - simplexmq - - hspec == 2.7.* - - hspec-core == 2.7.* + - hspec >= 2.7 && < 2.11 + - hspec-core >= 2.7 && < 2.11 - HUnit == 1.6.* - QuickCheck == 2.14.* - timeit == 2.0.* diff --git a/simplexmq.cabal b/simplexmq.cabal index a2f633e315..745a362911 100644 --- a/simplexmq.cabal +++ b/simplexmq.cabal @@ -379,8 +379,8 @@ test-suite smp-server-test , directory ==1.3.* , filepath ==1.4.* , generic-random >=1.3 && <1.5 - , hspec ==2.7.* - , hspec-core ==2.7.* + , hspec >=2.7 && <2.11 + , hspec-core >=2.7 && <2.11 , http-types ==0.12.* , http2 ==3.0.* , ini ==0.4.*