summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/cloneThreadStack.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rts/cloneThreadStack.hs')
-rw-r--r--testsuite/tests/rts/cloneThreadStack.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rts/cloneThreadStack.hs b/testsuite/tests/rts/cloneThreadStack.hs
index fa2bc66795..1cd5107892 100644
--- a/testsuite/tests/rts/cloneThreadStack.hs
+++ b/testsuite/tests/rts/cloneThreadStack.hs
@@ -2,7 +2,7 @@
{-# LANGUAGE MagicHash #-}
{-# LANGUAGE UnliftedFFITypes #-}
-import GHC.Prim (StackSnapshot#, ThreadId#)
+import GHC.Exts (StackSnapshot#, ThreadId#)
import GHC.Conc.Sync (ThreadId(..))
import GHC.Stack.CloneStack
import Control.Concurrent