summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T11821a.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T11821a.hs')
-rw-r--r--testsuite/tests/polykinds/T11821a.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T11821a.hs b/testsuite/tests/polykinds/T11821a.hs
index da96fe2c56..c5de2bbe53 100644
--- a/testsuite/tests/polykinds/T11821a.hs
+++ b/testsuite/tests/polykinds/T11821a.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE GADTs, TypeInType, ConstraintKinds #-}
+{-# LANGUAGE GADTs, DataKinds, PolyKinds, ConstraintKinds #-}
module T11821a where
import Data.Proxy
type SameKind (a :: k1) (b :: k2) = ('Proxy :: Proxy k1) ~ ('Proxy :: Proxy k2)