summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2019-07-10 10:55:49 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-07-21 05:03:04 -0400
commit5042ba9dbe0caff2e33a4f7f5a78f2f61eaf6a32 (patch)
tree0f544c8c150b7116afce7d8e07c8fa464d2ec994
parent4dfd6a5fd633706d6ebacfc962b656b7cca85a39 (diff)
downloadhaskell-5042ba9dbe0caff2e33a4f7f5a78f2f61eaf6a32.tar.gz
Expose the GhcPrelude module.
This makes it simpler to load Modules importing it when using ghc-the-package. ------------------------- Metric Decrease: haddock.compiler -------------------------
-rw-r--r--compiler/ghc.cabal.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 1a3d131af4..01013ca34b 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -200,9 +200,6 @@ Library
Default-Extensions:
NoImplicitPrelude
- Other-Modules:
- GhcPrelude
-
Exposed-Modules:
HieTypes
HieDebug
@@ -397,6 +394,7 @@ Library
GHC
GhcMake
GhcPlugins
+ GhcPrelude
DynamicLoading
HeaderInfo
HscMain