diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-10-02 12:59:44 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-10-08 00:20:34 -0700 |
commit | 940ded858157173e75504e8cb0750f059ffd48b9 (patch) | |
tree | 88ad5bcfaa10ce63755168b1a72518f06461abac /libraries/ghc-boot | |
parent | 3b9e45e587447b20e7a8cbe33424f9a4b1b4ec72 (diff) | |
download | haskell-940ded858157173e75504e8cb0750f059ffd48b9.tar.gz |
Remove reexports from ghc-boot, help bootstrap with GHC 8.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'libraries/ghc-boot')
-rw-r--r-- | libraries/ghc-boot/ghc-boot.cabal.in | 4 |
1 files changed, 0 insertions, 4 deletions
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.*, |