-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
According to https://hackage.haskell.org/package/microstache-1.0.1.1/docs/Text-Microstache.html:
Template Haskell helpers for compilation of templates at compile time are available in the Text.Microstache.Compile.TH module. The helpers are currently available only for GHC 8 users though.
However, there is no Text.Microstache.Compile.TH in the Hackage package or even on Git.
I'd like to compile my templates at compile-time, where is this fabled module?