Closed RyanGlScott closed 4 months ago
To ensure that this instance will work on pre-9.0 versions of GHC, we import the Quote class from the th-compat package, which backports Quote to old GHCs.
Quote
th-compat
Fixes #225.
To ensure that this instance will work on pre-9.0 versions of GHC, we import the
Quote
class from theth-compat
package, which backportsQuote
to old GHCs.Fixes #225.