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