Skip to content

Adapt to overloaded TH quotations in GHC HEAD

Ryan Scott requested to merge RyanGlScott/head.hackage:overloaded-quotes into master

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

Merge request reports