[project @ 2003-02-24 12:39:24 by simonpj]
authorsimonpj <unknown>
Mon, 24 Feb 2003 12:39:27 +0000 (12:39 +0000)
committersimonpj <unknown>
Mon, 24 Feb 2003 12:39:27 +0000 (12:39 +0000)
commit395917a05328e935f40abd080b169aa25546b083
treeac80055ad5babbee9632343f1ac1ac88140416bb
parent384d5bcf83b6e7ee103fca364ca1ab6ef831834a
[project @ 2003-02-24 12:39:24 by simonpj]
Three Template Haskell improvements

a) Add type synonyms to THSyntax (and DsMeta, Convert)

b) Make Q into a newtype instead of a type synonym

c) Eliminate tiresome and error prone argument to DsMeta.wrapGenSyms
   and similarly addTyVarBinds
docs/building/building.sgml
ghc/compiler/ghci/InteractiveUI.hs
ghc/compiler/main/DriverFlags.hs
ghc/compiler/main/DriverPhases.hs
ghc/compiler/main/SysTools.lhs
ghc/compiler/utils/Panic.lhs