[project @ 2005-01-31 15:48:13 by simonpj]
authorsimonpj <unknown>
Mon, 31 Jan 2005 15:48:22 +0000 (15:48 +0000)
committersimonpj <unknown>
Mon, 31 Jan 2005 15:48:22 +0000 (15:48 +0000)
commitbd0d26527ddd4a3d3c853331f27839ab822c8f80
treecf5808d41bd3b9cee78c7c49bfffc8198aff7449
parent34fa81c4d8054fec0c00f60f7ea11ac4a869285e
[project @ 2005-01-31 15:48:13 by simonpj]
---------------------------
Some Template Haskell fixes
---------------------------

* Tidy up conversion from TH.Name to RdrName.RdrName. It was partly
  duplicated between Convert.thRdrName and TcSplice.lookupThName.
  Now it's all in one place: Convert.thRdrName

* Fix a bug in TH.tupleTypeName/TH.tupleDataName (GHC.Tuple -> Data.Tuple)

* Export appEs from Language.Haskell.TH
ghc/compiler/hsSyn/Convert.lhs
ghc/compiler/typecheck/TcExpr.lhs
ghc/compiler/typecheck/TcRnTypes.lhs
ghc/compiler/typecheck/TcSplice.lhs