From 9b634f8f5bf1a4f0461c8925449875386ceb0189 Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Sat, 4 Jul 2020 20:07:55 +0800 Subject: [PATCH] Allow newer hspec --- streaming-conduit.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streaming-conduit.cabal b/streaming-conduit.cabal index 850e00f..c58c537 100644 --- a/streaming-conduit.cabal +++ b/streaming-conduit.cabal @@ -34,7 +34,7 @@ test-suite conversions build-depends: streaming-conduit , base , conduit - , hspec == 2.4.* + , hspec >= 2.4.0 && < 2.8 , streaming hs-source-dirs: test default-language: Haskell2010