lexi-lambda / freer-simple

A friendly effect system for Haskell
https://hackage.haskell.org/package/freer-simple
BSD 3-Clause "New" or "Revised" License
227 stars 19 forks source link

Support for template-haskell 2.19? #40

Open Demonstrandum opened 1 year ago

Demonstrandum commented 1 year ago

The latest GHC versions use template-haskell-2.19.0.0, but this package is incompatible.

Unfortunately all GHC versions before 9.4.2 cause segfaults on my machine, otherwise I would just downgrade.

nmeum commented 1 year ago

FYI: freer-simple works fine for me with GHC 9.4.4 if I build my cabal project with --allow-newer so I guess this just requires widening the template-haskell dependency accordingly?