Include GHCi files in ctags/etags.
authorThomas Schilling <nominolo@googlemail.com>
Wed, 26 Nov 2008 12:28:01 +0000 (12:28 +0000)
committerThomas Schilling <nominolo@googlemail.com>
Wed, 26 Nov 2008 12:28:01 +0000 (12:28 +0000)
compiler/Makefile

index 7ca001a..14347ed 100644 (file)
@@ -492,7 +492,7 @@ GHCTAGS = $(TOP)/utils/ghctags/ghctags.exe
 else
 GHCTAGS = $(TOP)/utils/ghctags/ghctags-inplace
 endif
-GHCTAGS_ROOT = main/GHC.hs
+GHCTAGS_ROOT = main/GHC.hs ghci/InteractiveUI.hs
 
 # etags for stage2 is actually broken since it requires building
 # ghctags against an older ghc api