diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-03-02 11:43:03 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-03-16 23:53:24 -0400 |
commit | 18a346a4b5a02b8c62e8eedb91b35c2d8e754b96 (patch) | |
tree | 59121ffd5a46c1987a184db3842a3089f6250d11 /compiler/ghc.cabal.in | |
parent | 818b3c38e7548f4720815f76969238d82c9650f7 (diff) | |
download | haskell-18a346a4b5a02b8c62e8eedb91b35c2d8e754b96.tar.gz |
Modules: Core (#13009)
Update submodule: haddock
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 7a2fd82342..2dcd462d69 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -171,7 +171,6 @@ Library specialise stranal typecheck - types utils -- we use an explicit Prelude @@ -193,9 +192,9 @@ Library Avail AsmUtils BasicTypes - ConLike - DataCon - PatSyn + GHC.Core.ConLike + GHC.Core.DataCon + GHC.Core.PatSyn Demand Cpr GHC.Cmm.DebugBlock @@ -207,7 +206,7 @@ Library GHC.Driver.Ways Id IdInfo - Predicate + GHC.Core.Predicate Lexeme Literal GHC.Llvm @@ -407,7 +406,7 @@ Library Ctype HaddockUtils Lexer - OptCoercion + GHC.Core.Coercion.Opt Parser RdrHsSyn ApiAnnotation @@ -523,22 +522,22 @@ Library TcSMonad TcTypeNats TcSplice - Class - Coercion + GHC.Core.Class + GHC.Core.Coercion GHC.HsToCore.Quote THNames - FamInstEnv + GHC.Core.FamInstEnv FunDeps - InstEnv - TyCon - CoAxiom - Type - TyCoRep - TyCoFVs - TyCoSubst - TyCoPpr - TyCoTidy - Unify + GHC.Core.InstEnv + GHC.Core.TyCon + GHC.Core.Coercion.Axiom + GHC.Core.Type + GHC.Core.TyCo.Rep + GHC.Core.TyCo.FVs + GHC.Core.TyCo.Subst + GHC.Core.TyCo.Ppr + GHC.Core.TyCo.Tidy + GHC.Core.Unify Bag Binary BooleanFormula |