timbod7 / haskell-chart

A 2D charting library for haskell
430 stars 85 forks source link

Support GHC 9 #237

Closed andreasabel closed 2 years ago

andreasabel commented 2 years ago

Atm, GHC 9.0.1 and GHC 9.2.1 are excluded by the bounds on base.

wrengr commented 2 years ago

GHC 9.2.1 is also excluded by the bounds on lens which indirectly place bounds on template-haskell (whereas lens-5.1 allows template-haskell-2.18.0.0).

ulysses4ever commented 2 years ago

It seems, all is well w.r.t GHC support on master now, so what remains is to do a Hackage release or even a revision, I believe, would suffice: it's only the lens bound that needs to be bumped.

ulysses4ever commented 2 years ago

A revision allowing to build with GHC 9.2 had been made today, so this ticket can be closed I believe.

andreasabel commented 2 years ago

See https://hackage.haskell.org/package/Chart-1.9.3/revisions/