diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-01-07 02:44:39 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-01-25 05:22:20 -0500 |
commit | 6e2d9ee25bce06ae51d2f1cf8df4f7422106a383 (patch) | |
tree | 4bb0aa9527bc0bed4fb2e991eb02d0f031d514bf /compiler/deSugar | |
parent | c3fde723633d1788e4ded8c6f59eb7cef1ae95fd (diff) | |
download | haskell-6e2d9ee25bce06ae51d2f1cf8df4f7422106a383.tar.gz |
Module hierarchy: Cmm (cf #13009)
Diffstat (limited to 'compiler/deSugar')
-rw-r--r-- | compiler/deSugar/Coverage.hs | 2 | ||||
-rw-r--r-- | compiler/deSugar/DsForeign.hs | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/compiler/deSugar/Coverage.hs b/compiler/deSugar/Coverage.hs index 75eeb07570..d94f640f84 100644 --- a/compiler/deSugar/Coverage.hs +++ b/compiler/deSugar/Coverage.hs @@ -41,7 +41,7 @@ import TyCon import BasicTypes import MonadUtils import Maybes -import CLabel +import GHC.Cmm.CLabel import Util import Data.Time diff --git a/compiler/deSugar/DsForeign.hs b/compiler/deSugar/DsForeign.hs index 0a3755e94b..cdf58e709e 100644 --- a/compiler/deSugar/DsForeign.hs +++ b/compiler/deSugar/DsForeign.hs @@ -37,8 +37,8 @@ import Coercion import TcEnv import TcType -import CmmExpr -import CmmUtils +import GHC.Cmm.Expr +import GHC.Cmm.Utils import HscTypes import ForeignCall import TysWiredIn |