summaryrefslogtreecommitdiff
path: root/testsuite/tests/callarity/unittest
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 /testsuite/tests/callarity/unittest
parentb2b49a0aad353201678970c76d8305a5dcb1bfab (diff)
downloadhaskell-817f93eac4d13f680e8e3e7a25eb403b1864f82e.tar.gz
Modules: Core (#13009)
Update haddock submodule
Diffstat (limited to 'testsuite/tests/callarity/unittest')
-rw-r--r--testsuite/tests/callarity/unittest/CallArity1.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/callarity/unittest/CallArity1.hs b/testsuite/tests/callarity/unittest/CallArity1.hs
index 8a1cacc4e0..cbc07dbecd 100644
--- a/testsuite/tests/callarity/unittest/CallArity1.hs
+++ b/testsuite/tests/callarity/unittest/CallArity1.hs
@@ -1,9 +1,9 @@
{-# LANGUAGE TupleSections #-}
-import CoreSyn
-import CoreUtils
+import GHC.Core
+import GHC.Core.Utils
import Id
import Type
-import MkCore
+import GHC.Core.Make
import CallArity (callArityRHS)
import MkId
import SysTools
@@ -17,10 +17,10 @@ import Control.Monad
import Control.Monad.IO.Class
import System.Environment( getArgs )
import VarSet
-import PprCore
+import GHC.Core.Ppr
import Unique
import UniqSet
-import CoreLint
+import GHC.Core.Lint
import FastString
-- Build IDs. use mkTemplateLocal, more predictable than proper uniques