summaryrefslogtreecommitdiff
path: root/compiler/GHC/Stg
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-05-13 16:29:53 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-05-21 12:24:45 -0400
commit566cc73f46d67e2b36fda95d0253067bb0ecc12f (patch)
treec1552ecfe4e84f336c1f2b99bf6c25b7a252fa6f /compiler/GHC/Stg
parent8a816e5fbe02c476f51ec92563cad8247ffc90ba (diff)
downloadhaskell-566cc73f46d67e2b36fda95d0253067bb0ecc12f.tar.gz
Move isDynLinkName into GHC.Types.Name
It doesn't belong into GHC.Unit.State
Diffstat (limited to 'compiler/GHC/Stg')
-rw-r--r--compiler/GHC/Stg/Syntax.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Stg/Syntax.hs b/compiler/GHC/Stg/Syntax.hs
index c37a15b4c1..ec8e30e689 100644
--- a/compiler/GHC/Stg/Syntax.hs
+++ b/compiler/GHC/Stg/Syntax.hs
@@ -72,11 +72,11 @@ import GHC.Core.DataCon
import GHC.Driver.Session
import GHC.Types.ForeignCall ( ForeignCall )
import GHC.Types.Id
+import GHC.Types.Name ( isDynLinkName )
import GHC.Types.Var.Set
import GHC.Types.Literal ( Literal, literalType )
import GHC.Unit.Module ( Module )
import GHC.Utils.Outputable
-import GHC.Unit.State ( isDynLinkName )
import GHC.Platform
import GHC.Core.Ppr( {- instances -} )
import GHC.Builtin.PrimOps ( PrimOp, PrimCall )