fpco / inline-c

284 stars 51 forks source link

Please update gsl-example to reflect the vector package update #146

Closed McbearHolden closed 11 months ago

McbearHolden commented 1 year ago

the gsl-example no longer builds because of an update of the vector package. see https://github.com/haskell/vector/pull/235

One solution is to change coerce to Unsafe.Coerce(unsafeCoerce)

junjihashimoto commented 11 months ago

This issue is fixed with https://github.com/fpco/inline-c/pull/149 . Thx!