RFC: Splitting out stable subsets from template-haskell (template-haskell-lift and template-haskell-quasiquote)

I’ve written up a GHC proposal for splitting out some more stable libraries from template-haskell. It would be great to get some feedback on the design, especially from the maintainers of libraries currently depending on template-haskell in order to define Lift instance of Quasiquoters.

See: Splitting out stable subsets from `template-haskell` (`template-haskell-lift` and `template-haskell-quasiquote`) by TeofilC · Pull Request #696 · ghc-proposals/ghc-proposals · GitHub

8 Likes

Thanks for pushing this topic. I’m not familiar with the Lift typeclass, but as a user of Yesod (and seeing it mentioned in Code search results · GitHub) i’d like to ping @parsonsmatt on his opinion (and maybe other Yesod maintainers).

2 Likes