haskell-github-trust / true-name

Template Haskell hack to violate another module's abstractions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the lib super sensetive to GHC version

yaitskov opened this issue · comments

I tried 8.10.1, 8.10.4, 8.8.4 and 8.4.4
Only 8.4.4 is working. Others fail on step of building true-name.

Warning: /home/dan/.stack/config.yaml: Unrecognized field in ConfigMonoid: compiler
WARNING: Ignoring p's bounds on template-haskell (==2.14.0.0); using template-haskell-2.16.0.0.

last applicable template Haskell library version is not compatible with base for ghc 8.10

I wanted to use this library to debug GHC api (parseDynamicFlags returns type without Outputable/Show instances).

Fixed in release 0.2.0.0