Skip to content

Commit

Permalink
Remove upper bound on dlist (outdated) (haskell#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel authored and noughtmare committed Dec 12, 2021
1 parent fc2bdfd commit 969310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bytestring.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 969310f

Please sign in to comment.