Arrange that -fth is no longer implied by -fglasgow-exts
authorsimonpj@microsoft.com <unknown>
Wed, 26 Apr 2006 18:21:14 +0000 (18:21 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 26 Apr 2006 18:21:14 +0000 (18:21 +0000)
commit70dd3e6b74d368f2df585c18d86426373e7e89e5
treeafafaedea4d0faba27fe7bdaf452b80f7cdd5cbf
parent3d33e8fd1553dc6376870de9107e9a6ff282f80a
Arrange that -fth is no longer implied by -fglasgow-exts

Messages involving Template Haskell are deeply puzzling
if you don't know about TH, so it seems better to make
-fth an explicit flag.  It is no longer switched on
by -fglasgow-exts.
compiler/main/DynFlags.hs
docs/users_guide/flags.xml
docs/users_guide/glasgow_exts.xml