diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2019-12-23 23:15:25 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-31 14:22:32 -0500 |
commit | eb6082358cdb5f271a8e4c74044a12f97352c52f (patch) | |
tree | 6d5aed29c2050081bd1283ba7d43ceb562ce6761 /compiler/ghc.cabal.in | |
parent | 0d42b287c3fe2510433a7fb744531a0765ad8ac8 (diff) | |
download | haskell-eb6082358cdb5f271a8e4c74044a12f97352c52f.tar.gz |
Module hierarchy (#13009): Stg
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 2d3e3254ff..7fd83c9d8b 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -175,9 +175,7 @@ Library profiling rename simplCore - simplStg specialise - stgSyn stranal typecheck types @@ -311,7 +309,6 @@ Library CoreArity CoreFVs CoreLint - CorePrep CoreSubst CoreOpt CoreSyn @@ -454,23 +451,23 @@ Library SimplMonad SimplUtils Simplify - SimplStg - StgStats - StgCse - StgLiftLams - StgLiftLams.Analysis - StgLiftLams.LiftM - StgLiftLams.Transformation - StgSubst - UnariseStg - RepType + GHC.Stg.Pipeline + GHC.Stg.Stats + GHC.Stg.CSE + GHC.Stg.Lift + GHC.Stg.Lift.Analysis + GHC.Stg.Lift.Monad + GHC.Stg.Subst + GHC.Stg.Unarise + GHC.Stg.Lint + GHC.Stg.Syntax + GHC.Stg.FVs + GHC.CoreToStg + GHC.CoreToStg.Prep + GHC.Types.RepType Rules SpecConstr Specialise - CoreToStg - StgLint - StgSyn - StgFVs CallArity DmdAnal Exitify |