summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-02-24 20:59:43 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-02-26 15:10:58 -0500
commit817f93eac4d13f680e8e3e7a25eb403b1864f82e (patch)
treef7014721e49627f15d76f44a5bf663043e35fafc /compiler/ghc.cabal.in
parentb2b49a0aad353201678970c76d8305a5dcb1bfab (diff)
downloadhaskell-817f93eac4d13f680e8e3e7a25eb403b1864f82e.tar.gz
Modules: Core (#13009)
Update haddock submodule
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in33
1 files changed, 16 insertions, 17 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index f42fc72d4e..a9903b9ded 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -162,7 +162,6 @@ Library
.
basicTypes
cmm
- coreSyn
iface
main
parser
@@ -301,21 +300,21 @@ Library
GHC.StgToCmm.Utils
GHC.StgToCmm.ExtCode
GHC.Runtime.Heap.Layout
- CoreArity
- CoreFVs
- CoreLint
- CoreSubst
- CoreOpt
- CoreSyn
+ GHC.Core.Arity
+ GHC.Core.FVs
+ GHC.Core.Lint
+ GHC.Core.Subst
+ GHC.Core.SimpleOpt
+ GHC.Core
TrieMap
- CoreTidy
- CoreUnfold
- CoreUtils
- CoreMap
- CoreSeq
- CoreStats
- MkCore
- PprCore
+ GHC.Core.Op.Tidy
+ GHC.Core.Unfold
+ GHC.Core.Utils
+ GHC.Core.Map
+ GHC.Core.Seq
+ GHC.Core.Stats
+ GHC.Core.Make
+ GHC.Core.Ppr
GHC.HsToCore.PmCheck.Oracle
GHC.HsToCore.PmCheck.Ppr
GHC.HsToCore.PmCheck.Types
@@ -388,7 +387,7 @@ Library
PlatformConstants
GHC.Driver.Plugins
TcPluginM
- PprTyThing
+ GHC.Core.Ppr.TyThing
Settings
StaticPtrTable
SysTools
@@ -460,7 +459,7 @@ Library
GHC.CoreToStg
GHC.CoreToStg.Prep
GHC.Types.RepType
- Rules
+ GHC.Core.Rules
SpecConstr
Specialise
CallArity