Another run at binders in Template Haskell (fixes Trac #5379)
TH quotation was using mkName rather than newName for top-level definitions, which is plain wrong as #5379 points out.
Showing
- compiler/basicTypes/RdrName.lhs 2 additions, 2 deletionscompiler/basicTypes/RdrName.lhs
- compiler/deSugar/DsMeta.hs 5 additions, 23 deletionscompiler/deSugar/DsMeta.hs
- compiler/hsSyn/Convert.lhs 5 additions, 4 deletionscompiler/hsSyn/Convert.lhs
- compiler/iface/MkIface.lhs 1 addition, 1 deletioncompiler/iface/MkIface.lhs
- compiler/rename/RnEnv.lhs 20 additions, 22 deletionscompiler/rename/RnEnv.lhs
Loading
Please register or sign in to comment