[commit: ghc] master: Remove reexports from ghc-boot, help bootstrap with GHC 8. (940ded8)
git at git.haskell.org
git at git.haskell.org
Sat Oct 8 08:38:15 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/940ded858157173e75504e8cb0750f059ffd48b9/ghc
>---------------------------------------------------------------
commit 940ded858157173e75504e8cb0750f059ffd48b9
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Sun Oct 2 12:59:44 2016 -0700
Remove reexports from ghc-boot, help bootstrap with GHC 8.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
940ded858157173e75504e8cb0750f059ffd48b9
compiler/ghc.cabal.in | 1 +
libraries/ghc-boot/ghc-boot.cabal.in | 4 ----
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index ab72b45..b41c23a 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 eed11e3..57199e1 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.*,
More information about the ghc-commits
mailing list