summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T12055.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T12055.hs')
-rw-r--r--testsuite/tests/polykinds/T12055.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/polykinds/T12055.hs b/testsuite/tests/polykinds/T12055.hs
index de3ad455ea..72c208d77d 100644
--- a/testsuite/tests/polykinds/T12055.hs
+++ b/testsuite/tests/polykinds/T12055.hs
@@ -17,8 +17,8 @@
module T12055 where
-import GHC.Base ( Constraint, Type )
-import GHC.Exts ( type (~~) )
+import Data.Kind (Constraint, Type)
+import Data.Type.Equality (type (~), type (~~))
type Cat k = k -> k -> Type