wrengr / bytestring-lexing

Efficiently parse and produce common lexemes: namely integral and fractional numbers.
Other
6 stars 4 forks source link

Support GHC-9.6 #52

Closed ysangkok closed 1 year ago

ysangkok commented 1 year ago

Seems like bytestring-lexing rejects base-4.18:

[__4] next goal: bytestring-lexing (dependency of hedis)
[__4] rejecting: bytestring-lexing-0.5.0.9 (conflict: bytestring =>
base==4.18.0.0/installed-4.18.0.0, bytestring-lexing => base>=4.5 && <4.18)

Allow-newer semes to work, so maybe a revision is sufficient to fix this.

wrengr commented 1 year ago

I just uploaded version 0.5.0.10 which should work on GHC 9.6