diff options
author | Thomas Schilling <nominolo@googlemail.com> | 2008-12-11 15:30:05 +0000 |
---|---|---|
committer | Thomas Schilling <nominolo@googlemail.com> | 2008-12-11 15:30:05 +0000 |
commit | 6976a7121afdb4c154afbe636c315cc9595eaf00 (patch) | |
tree | 7ecdf0fdb63c4c078d814ca9ba722fd735c24a83 /compiler | |
parent | fd12b167cd246087858d50ab66840274ef609f79 (diff) | |
download | haskell-6976a7121afdb4c154afbe636c315cc9595eaf00.tar.gz |
Include PprTyThings in tags file.
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Makefile b/compiler/Makefile index b970c208ae..fd6afb1c35 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 |