diff --git a/bytestring.cabal b/bytestring.cabal index 275ae0fbc..33d520191 100644 --- a/bytestring.cabal +++ b/bytestring.cabal @@ -156,7 +156,7 @@ test-suite test-builder Data.ByteString.Builder.Tests build-depends: base, bytestring, ghc-prim, deepseq, - dlist >= 0.5 && < 0.9, + dlist >= 0.5, transformers >= 0.3, tasty, tasty-hunit,