From ee81425d0c684f5d2bffd4b647b0897df0539122 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 31 Mar 2005 14:22:38 +0000 Subject: [PATCH] [project @ 2005-03-31 14:22:11 by simonmar] - fix depends field - remove Main module --- ghc/compiler/Makefile | 2 +- ghc/compiler/package.conf.in | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 32b29f0..416438a 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -405,7 +405,7 @@ ifeq "$(GhcWithInterpreter) $(bootstrapped)" "YES YES" # Yes, include the interepreter, readline, and Template Haskell extensions SRC_HC_OPTS += -DGHCI -package template-haskell -PKG_DEPENDS += template_haskell +PKG_DEPENDS += template-haskell ALL_DIRS += ghci diff --git a/ghc/compiler/package.conf.in b/ghc/compiler/package.conf.in index f7d0709..fe3b115 100644 --- a/ghc/compiler/package.conf.in +++ b/ghc/compiler/package.conf.in @@ -137,7 +137,6 @@ exposed-modules: MachInstrs MachOp MachRegs - Main Match MatchCon MatchLit @@ -296,6 +295,6 @@ library-dirs: FPTOOLS_TOP_ABS"/ghc/compiler" hs-libraries: "HSghc" extra-libraries: -package_deps: PKG_DEPENDS +depends: PKG_DEPENDS haddock-interfaces: HADDOCK_IFACE haddock-html: HTML_DIR -- 1.7.10.4