[project @ 2005-03-31 14:22:11 by simonmar]
authorsimonmar <unknown>
Thu, 31 Mar 2005 14:22:38 +0000 (14:22 +0000)
committersimonmar <unknown>
Thu, 31 Mar 2005 14:22:38 +0000 (14:22 +0000)
- fix depends field
- remove Main module

ghc/compiler/Makefile
ghc/compiler/package.conf.in

index 32b29f0..416438a 100644 (file)
@@ -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
 
index f7d0709..fe3b115 100644 (file)
@@ -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