haskell-infra / hackage-trustees

Issue tracker for Hackage maintainance and trustee operations
https://hackage.haskell.org/packages/trustees/
42 stars 7 forks source link

Make instance declaration of package AC-Vector compatible with base>=4.9 #391

Closed jrochel closed 3 months ago

jrochel commented 6 months ago

https://hackage.haskell.org/package/AC-Vector

I have already submitted a patch to the package maintainer weeks ago, but he has not responded since. Here's a patch that makes instance declarations compatible with the class structure of base>=4.9.

AC-Vector-patch.txt

Thanks in advance! Jan

andreasabel commented 6 months ago

@jrochel AC-Vector looks abandoned. I think your best bet is a package takeover.

endgame commented 6 months ago

If you just need the vectors, another alternative would be to write your code against the similar types in package linear.

Bodigrim commented 3 months ago

I assume it's fixed now in https://hackage.haskell.org/package/AC-Vector-2.4.0.

andreasabel commented 3 months ago

@jrochel has taken this package.