From: simonmar Date: Thu, 31 Mar 2005 14:22:38 +0000 (+0000) Subject: [project @ 2005-03-31 14:22:11 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~838 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ee81425d0c684f5d2bffd4b647b0897df0539122;p=ghc-hetmet.git [project @ 2005-03-31 14:22:11 by simonmar] - fix depends field - remove Main module --- 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