Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/660dc69a777b462fc635e9914fa59bd784bb233c

>---------------------------------------------------------------

commit 660dc69a777b462fc635e9914fa59bd784bb233c
Author: Ian Lynagh <[email protected]>
Date:   Thu Oct 18 16:40:45 2012 +0100

    Follow 'flags' -> 'generalFlags' rename

>---------------------------------------------------------------

 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 3c7e216..07fd572 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 )



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to