You need to sign in or sign up before continuing.
Adapt to overloaded TH quotations in GHC HEAD
This patches shakespeare and th-utilities to adapt to
ghc@9129210f landing in HEAD.
Note that since the template-haskell version number hasn't been
bumped yet (see ghc#17645 (closed)), I had to use
__GLASGOW_HASKELL__ >= 811 instead of the slightly more precise
MIN_VERSION_template_haskell(2,17,0).
Edited by Ryan Scott