summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2016-10-02 12:59:44 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2016-10-08 00:20:34 -0700
commit940ded858157173e75504e8cb0750f059ffd48b9 (patch)
tree88ad5bcfaa10ce63755168b1a72518f06461abac
parent3b9e45e587447b20e7a8cbe33424f9a4b1b4ec72 (diff)
downloadhaskell-940ded858157173e75504e8cb0750f059ffd48b9.tar.gz
Remove reexports from ghc-boot, help bootstrap with GHC 8.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
-rw-r--r--compiler/ghc.cabal.in1
-rw-r--r--libraries/ghc-boot/ghc-boot.cabal.in4
2 files changed, 1 insertions, 4 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index ab72b455cf..b41c23a125 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -58,6 +58,7 @@ Library
hpc == 0.6.*,
transformers == 0.5.*,
ghc-boot == @ProjectVersionMunged@,
+ ghc-boot-th == @ProjectVersionMunged@,
hoopl >= 3.10.2 && < 3.11
if os(windows)
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index eed11e3b43..57199e102c 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -40,10 +40,6 @@ Library
GHC.PackageDb
GHC.Serialized
- reexported-modules:
- GHC.LanguageExtensions.Type,
- GHC.Lexeme
-
build-depends: base >= 4.7 && < 4.10,
binary == 0.8.*,
bytestring == 0.10.*,