psibi / streamly-bytestring

BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

Relax upper bound on bytestring #25

Closed hasufell closed 2 years ago

hasufell commented 2 years ago

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.

adithyaov commented 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.*

hasufell commented 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.*

No, we need bytestring newer than 0.11.3.0.

adithyaov commented 2 years ago

The change is introduced in https://github.com/psibi/streamly-bytestring/pull/26 @hasufell would you like to review it once?