haskell-numerics / random-fu

A suite of Haskell libraries for representing, manipulating, and sampling random variables
42 stars 21 forks source link

fix GHC 9 support by manually expanding TH #76

Closed funketh closed 2 years ago

funketh commented 3 years ago

fixes #75. Not using DerivingVia because StandaloneDeriving isn't really any less verbose and unnecessarily complex.

funketh commented 3 years ago

we should probably set an upper bound for ghc 9 on older hackage releases (I think that's done by constraining base, right?) and bump up the version number with these fixes

Bodigrim commented 2 years ago

we should probably set an upper bound for ghc 9 on older hackage releases (I think that's done by constraining base, right?)

As a Hackage trustee I made necessary revisions for random-fu and random-source.

sternenseemann commented 2 years ago

Can we have a hackage release with this patch included? Would be great to be able to build random-fu from hackage with GHC 9.0 (and the patch itself doesn't apply on top of the last release)!

idontgetoutmuch commented 2 years ago

I just uploaded a new version.

sternenseemann commented 2 years ago

Great, thanks!