Fix warnings
[ghc-hetmet.git] / ghc / GhciTags.hs
index b53a56f..d5d40ad 100644 (file)
@@ -6,6 +6,7 @@
 --
 -----------------------------------------------------------------------------
 
+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
 module GhciTags (createCTagsFileCmd, createETagsFileCmd) where
 
 import GHC