diff options
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 07fb41b8f2..e31d848a08 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -55,7 +55,7 @@ Library template-haskell, hpc, transformers, - bin-package-db, + ghc-boot, hoopl if os(windows) @@ -101,7 +101,7 @@ Library Include-Dirs: . parser utils if impl( ghc >= 7.9 ) - -- We need to set the package key to ghc (without a version number) + -- We need to set the unit id to ghc (without a version number) -- as it's magic. But we can't set it for old versions of GHC (e.g. -- when bootstrapping) because those versions of GHC don't understand -- that GHC is wired-in. @@ -499,7 +499,6 @@ Library Vectorise Hoopl.Dataflow Hoopl - ShPackageKey -- CgInfoTbls used in ghci/DebuggerUtils -- CgHeapery mkVirtHeapOffsets used in ghci |