diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-10-18 16:40:45 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-10-18 16:40:45 +0100 |
commit | 660dc69a777b462fc635e9914fa59bd784bb233c (patch) | |
tree | e455a806b6044bf3baadd46c7921956ae2376791 /utils | |
parent | 21e5b6137490d2aeaa93ced6fbd35e862c1260a0 (diff) | |
download | haskell-660dc69a777b462fc635e9914fa59bd784bb233c.tar.gz |
Follow 'flags' -> 'generalFlags' rename
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghctags/Main.hs | 2 |
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 ) |