Closed hasufell closed 2 years ago
We depend on the internal modules of Bytestring so I'd like to restrict bytestring as much as possible. If bytestring-0.11.3.0 causes some problems, we can change it to 0.11.0.* || 0.11.1.* || 0.11.2.*
We depend on the internal modules of Bytestring so I'd like to restrict bytestring as much as possible. If bytestring-0.11.3.0 causes some problems, we can change it to
0.11.0.* || 0.11.1.* || 0.11.2.*
No, we need bytestring newer than 0.11.3.0.
The change is introduced in https://github.com/psibi/streamly-bytestring/pull/26 @hasufell would you like to review it once?
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.