summaryrefslogtreecommitdiff
path: root/compiler/GHC.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC.hs')
-rw-r--r--compiler/GHC.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC.hs b/compiler/GHC.hs
index 59790e3b68..2d2de4550b 100644
--- a/compiler/GHC.hs
+++ b/compiler/GHC.hs
@@ -25,7 +25,6 @@ module GHC (
runGhc, runGhcT, initGhcMonad,
printException,
handleSourceError,
- needsTemplateHaskellOrQQ,
-- * Flags and settings
DynFlags(..), GeneralFlag(..), Severity(..), Backend(..), gopt,