Include PprTyThings in tags file.
authorThomas Schilling <nominolo@googlemail.com>
Thu, 11 Dec 2008 15:30:05 +0000 (15:30 +0000)
committerThomas Schilling <nominolo@googlemail.com>
Thu, 11 Dec 2008 15:30:05 +0000 (15:30 +0000)
compiler/Makefile

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