summaryrefslogtreecommitdiff
path: root/compiler/stranal/CprAnal.hs
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-02-24 20:59:43 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-02-26 15:10:58 -0500
commit817f93eac4d13f680e8e3e7a25eb403b1864f82e (patch)
treef7014721e49627f15d76f44a5bf663043e35fafc /compiler/stranal/CprAnal.hs
parentb2b49a0aad353201678970c76d8305a5dcb1bfab (diff)
downloadhaskell-817f93eac4d13f680e8e3e7a25eb403b1864f82e.tar.gz
Modules: Core (#13009)
Update haddock submodule
Diffstat (limited to 'compiler/stranal/CprAnal.hs')
-rw-r--r--compiler/stranal/CprAnal.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/stranal/CprAnal.hs b/compiler/stranal/CprAnal.hs
index 3691b213b8..1f244d7a0e 100644
--- a/compiler/stranal/CprAnal.hs
+++ b/compiler/stranal/CprAnal.hs
@@ -17,8 +17,8 @@ import WwLib ( deepSplitProductType_maybe )
import GHC.Driver.Session
import Demand
import Cpr
-import CoreSyn
-import CoreSeq
+import GHC.Core
+import GHC.Core.Seq
import Outputable
import VarEnv
import BasicTypes
@@ -26,7 +26,7 @@ import Data.List
import DataCon
import Id
import IdInfo
-import CoreUtils ( exprIsHNF, dumpIdInfoOfProgram )
+import GHC.Core.Utils ( exprIsHNF, dumpIdInfoOfProgram )
import TyCon
import Type
import FamInstEnv