summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T14515.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T14515.hs')
-rw-r--r--testsuite/tests/polykinds/T14515.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T14515.hs b/testsuite/tests/polykinds/T14515.hs
index 15bdbfe31d..4a2540b925 100644
--- a/testsuite/tests/polykinds/T14515.hs
+++ b/testsuite/tests/polykinds/T14515.hs
@@ -1,5 +1,6 @@
{-# LANGUAGE RankNTypes #-}
-{-# LANGUAGE TypeInType #-}
+{-# LANGUAGE DataKinds #-}
+{-# LANGUAGE PolyKinds #-}
module Bug where
import Data.Kind