diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-03-17 09:45:29 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-03-18 10:06:43 -0400 |
commit | 528df8ecb4e2f9c78b1ae4ab7ff8230644e9b643 (patch) | |
tree | 86cd4522d35c4c8fd3a17db5f4e6b138f8be70df /compiler/ghc.cabal.in | |
parent | 53ff2cd0c49735e8f709ac8a5ceab68483eb89df (diff) | |
download | haskell-528df8ecb4e2f9c78b1ae4ab7ff8230644e9b643.tar.gz |
Modules: Core operations (#13009)
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 47 |
1 files changed, 22 insertions, 25 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 2dcd462d69..f40a0ce14f 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -167,9 +167,6 @@ Library parser prelude profiling - simplCore - specialise - stranal typecheck utils @@ -414,7 +411,7 @@ Library KnownUniques PrelInfo PrelNames - PrelRules + GHC.Core.Op.ConstantFold PrimOp ToolSettings TysPrim @@ -434,19 +431,19 @@ Library GHC.Rename.Fixity GHC.Rename.Utils GHC.Rename.Unbound - CoreMonad - CSE - FloatIn - FloatOut - LiberateCase - OccurAnal - SAT - SetLevels - SimplCore - SimplEnv - SimplMonad - SimplUtils - Simplify + GHC.Core.Op.Monad + GHC.Core.Op.CSE + GHC.Core.Op.FloatIn + GHC.Core.Op.FloatOut + GHC.Core.Op.LiberateCase + GHC.Core.Op.OccurAnal + GHC.Core.Op.StaticArgs + GHC.Core.Op.SetLevels + GHC.Core.Op.Simplify.Driver + GHC.Core.Op.Simplify.Env + GHC.Core.Op.Simplify.Monad + GHC.Core.Op.Simplify.Utils + GHC.Core.Op.Simplify GHC.Stg.Pipeline GHC.Stg.Stats GHC.Stg.CSE @@ -463,14 +460,14 @@ Library GHC.CoreToStg.Prep GHC.Types.RepType GHC.Core.Rules - SpecConstr - Specialise - CallArity - DmdAnal - CprAnal - Exitify - WorkWrap - WwLib + GHC.Core.Op.SpecConstr + GHC.Core.Op.Specialise + GHC.Core.Op.CallArity + GHC.Core.Op.DmdAnal + GHC.Core.Op.CprAnal + GHC.Core.Op.Exitify + GHC.Core.Op.WorkWrap + GHC.Core.Op.WorkWrap.Lib FamInst ClsInst Inst |