sdist: Haddock.Interface.{Lex,Parse} moved to Haddock.{Lex,Parse}
authorSimon Marlow <marlowsd@gmail.com>
Tue, 2 Mar 2010 09:43:38 +0000 (09:43 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 2 Mar 2010 09:43:38 +0000 (09:43 +0000)
ghc.mk

diff --git a/ghc.mk b/ghc.mk
index a8a4b70..f500cf2 100644 (file)
--- a/ghc.mk
+++ b/ghc.mk
@@ -1065,8 +1065,8 @@ sdist-prep :
        $(call sdist_file,utils/hpc,dist,,,HpcParser,y)
        $(call sdist_file,utils/genprimopcode,dist,,,Lexer,x)
        $(call sdist_file,utils/genprimopcode,dist,,,Parser,y)
-       $(call sdist_file,utils/haddock,dist,src,Haddock/Interface,Lex,x)
-       $(call sdist_file,utils/haddock,dist,src,Haddock/Interface,Parse,y)
+       $(call sdist_file,utils/haddock,dist,src,Haddock,Lex,x)
+       $(call sdist_file,utils/haddock,dist,src,Haddock,Parse,y)
        cd $(SRC_DIST_DIR) && "$(RM)" $(RM_OPTS) -r compiler/stage[123] mk/build.mk
        cd $(SRC_DIST_DIR) && "$(FIND)" $(SRC_DIST_DIRS) \( -name _darcs -o -name SRC -o -name "autom4te*" -o -name "*~" -o -name ".cvsignore" -o -name "\#*" -o -name ".\#*" -o -name "log" -o -name "*-SAVE" -o -name "*.orig" -o -name "*.rej" -o -name "*-darcs-backup*" \) -print | "$(XARGS)" $(XARGS_OPTS) "$(RM)" $(RM_OPTS) -r