From 6976a7121afdb4c154afbe636c315cc9595eaf00 Mon Sep 17 00:00:00 2001 From: Thomas Schilling Date: Thu, 11 Dec 2008 15:30:05 +0000 Subject: [PATCH] Include PprTyThings in tags file. --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/Makefile b/compiler/Makefile index b970c20..fd6afb1 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -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 -- 1.7.10.4