diff options
| author | Sylvain Henry <sylvain@haskus.fr> | 2020-01-26 03:15:37 +0100 |
|---|---|---|
| committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-14 05:32:37 -0500 |
| commit | cf739945b8b28ff463dc44925348f20b3c1f22cb (patch) | |
| tree | 855da097719d6b62a15fa12034c60379c49dc4a5 /compiler/ghc.cabal.in | |
| parent | af6a0c36431639655762440ec8d652796b86fe58 (diff) | |
| download | haskell-cf739945b8b28ff463dc44925348f20b3c1f22cb.tar.gz | |
Module hierarchy: HsToCore (cf #13009)
Diffstat (limited to 'compiler/ghc.cabal.in')
| -rw-r--r-- | compiler/ghc.cabal.in | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 75172c32a0..2f27d7d116 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -164,7 +164,6 @@ Library basicTypes cmm coreSyn - deSugar iface llvmGen main @@ -324,22 +323,22 @@ Library GHC.HsToCore.PmCheck.Ppr GHC.HsToCore.PmCheck.Types GHC.HsToCore.PmCheck - Coverage - Desugar - DsArrows - DsBinds - DsCCall - DsExpr - DsForeign - DsGRHSs - DsListComp - DsMonad - DsUsage - DsUtils - ExtractDocs - Match - MatchCon - MatchLit + GHC.HsToCore.Coverage + GHC.HsToCore + GHC.HsToCore.Arrows + GHC.HsToCore.Binds + GHC.HsToCore.Foreign.Call + GHC.HsToCore.Expr + GHC.HsToCore.Foreign.Decl + GHC.HsToCore.GuardedRHSs + GHC.HsToCore.ListComp + GHC.HsToCore.Monad + GHC.HsToCore.Usage + GHC.HsToCore.Utils + GHC.HsToCore.Docs + GHC.HsToCore.Match + GHC.HsToCore.Match.Constructor + GHC.HsToCore.Match.Literal GHC.Hs GHC.Hs.Binds GHC.Hs.Decls @@ -526,7 +525,7 @@ Library TcSplice Class Coercion - DsMeta + GHC.HsToCore.Quote THNames FamInstEnv FunDeps |
