summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/T9747.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_compile/T9747.hs')
-rw-r--r--testsuite/tests/indexed-types/should_compile/T9747.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_compile/T9747.hs b/testsuite/tests/indexed-types/should_compile/T9747.hs
index 0466cbae67..3b1c47703e 100644
--- a/testsuite/tests/indexed-types/should_compile/T9747.hs
+++ b/testsuite/tests/indexed-types/should_compile/T9747.hs
@@ -4,7 +4,7 @@
module T9747 where
import Data.List (intercalate)
import Data.Proxy
-import GHC.Prim (Constraint)
+import GHC.Exts (Constraint)
data HList :: [*] -> * where
Nil :: HList '[]