haskell / vector

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
Other
360 stars 141 forks source link

Allow GHC 9.8 #464

Closed Bodigrim closed 1 year ago

Bodigrim commented 1 year ago

Tested locally with GHC 9.8.1-alpha1. I made corresponding revisions:

Shimuuar commented 1 year ago

LGTM. I think it could be safely merged