summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T15577.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T15577.hs')
-rw-r--r--testsuite/tests/polykinds/T15577.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T15577.hs b/testsuite/tests/polykinds/T15577.hs
index 18ebc42f92..90586c6e94 100644
--- a/testsuite/tests/polykinds/T15577.hs
+++ b/testsuite/tests/polykinds/T15577.hs
@@ -1,7 +1,8 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
-{-# LANGUAGE TypeInType #-}
+{-# LANGUAGE PolyKinds #-}
+{-# LANGUAGE DataKinds #-}
{-# LANGUAGE TypeOperators #-}
module Bug where