Skip to content

Commit

Permalink
Un-support bytestring-0.11.3.0
Browse files Browse the repository at this point in the history
bytestring-0.11.3.0 causes panics and other issues on windows.
the current constraint doesn't make sense from a PVP point of view
either.

* https://gitlab.haskell.org/ghc/ghc/-/issues/21179
* haskell/bytestring#500

Co-authored-by: Julian Ospald <[email protected]>
  • Loading branch information
adithyaov and hasufell committed Mar 20, 2023
1 parent 65f8989 commit e7e05fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamly-bytestring.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ library
, bytestring == 0.11.0.*
|| == 0.11.1.*
|| == 0.11.2.*
|| == 0.11.3.*
|| ( >= 0.11.3.1 && < 0.11.4 )
, streamly-core == 0.1.0.*
, streamly == 0.9.0.*
if impl(ghc < 8.1)
Expand Down

0 comments on commit e7e05fe

Please sign in to comment.