tweag / HaskellR

The full power of R in Haskell.
https://tweag.github.io/HaskellR
Other
584 stars 47 forks source link

Use singletons-th only where possible #384

Closed mboes closed 1 year ago

mboes commented 1 year ago

Since singletons-3, the TH code has been split off in a separate package. But this new package, singletons-th, only supports GHC>9. So we have to use an older singletons on older compilers.

Original patch by @andreabedini

Fixes #377