haskell / vector

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

Support for GHC-9.12 #510

Closed Shimuuar closed 1 month ago

Shimuuar commented 1 month ago

Relax upper bound on base. Tested locally with GHC-9.12

Also updates CI while we're at it

Fix #509