summaryrefslogtreecommitdiff
path: root/testsuite/tests/llvm/should_compile/T7575.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/llvm/should_compile/T7575.hs')
-rw-r--r--testsuite/tests/llvm/should_compile/T7575.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/llvm/should_compile/T7575.hs b/testsuite/tests/llvm/should_compile/T7575.hs
index 78b0bd29a8..49e1cd9708 100644
--- a/testsuite/tests/llvm/should_compile/T7575.hs
+++ b/testsuite/tests/llvm/should_compile/T7575.hs
@@ -2,7 +2,7 @@
{-# LANGUAGE MagicHash, UnliftedFFITypes #-}
module T7575 where
-import GHC.Prim
+import GHC.Exts
import GHC.Word
import GHC.Types