haskell / vector

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

Support GHC 9.6 #451

Closed Bodigrim closed 1 year ago

Bodigrim commented 1 year ago

Bumping base and ghc-prim. Tested with GHC 9.6.0-alpha1.

Bodigrim commented 1 year ago

(CI failures are unrelated, they are caused by GHA migrating to Ubuntu 22.04)

lehins commented 1 year ago

@Bodigrim Upgrading from haskell/actions/setup@v1 to haskell/actions/setup@v2 will fix the CI failures