summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-10-18 16:40:45 +0100
committerIan Lynagh <ian@well-typed.com>2012-10-18 16:40:45 +0100
commit660dc69a777b462fc635e9914fa59bd784bb233c (patch)
treee455a806b6044bf3baadd46c7921956ae2376791 /utils
parent21e5b6137490d2aeaa93ced6fbd35e862c1260a0 (diff)
downloadhaskell-660dc69a777b462fc635e9914fa59bd784bb233c.tar.gz
Follow 'flags' -> 'generalFlags' rename
Diffstat (limited to 'utils')
-rw-r--r--utils/ghctags/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghctags/Main.hs b/utils/ghctags/Main.hs
index 3c7e216345..07fd5723fc 100644
--- a/utils/ghctags/Main.hs
+++ b/utils/ghctags/Main.hs
@@ -2,7 +2,7 @@
module Main where
import Prelude hiding ( mod, id, mapM )
-import GHC hiding (flags)
+import GHC
--import Packages
import HscTypes ( isBootSummary )
import Digraph ( flattenSCCs )