summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_foreignCallingConventions.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/TH_foreignCallingConventions.hs')
-rw-r--r--testsuite/tests/th/TH_foreignCallingConventions.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/TH_foreignCallingConventions.hs b/testsuite/tests/th/TH_foreignCallingConventions.hs
index ee39510169..66548b91bb 100644
--- a/testsuite/tests/th/TH_foreignCallingConventions.hs
+++ b/testsuite/tests/th/TH_foreignCallingConventions.hs
@@ -4,7 +4,7 @@
module TH_foreignCallingConventions where
-import GHC.Prim
+import GHC.Exts
import Control.Applicative
import Language.Haskell.TH
import System.IO