Arrange that -fth is no longer implied by -fglasgow-exts
[ghc-hetmet.git] / compiler / main / DynFlags.hs
index 78acb98..aa2a400 100644 (file)
@@ -1007,7 +1007,6 @@ fFlags = [
 glasgowExtsFlags = [ 
   Opt_GlasgowExts, 
   Opt_FFI, 
-  Opt_TH, 
   Opt_ImplicitParams, 
   Opt_ScopedTypeVariables,
   Opt_BangPatterns ]