diff options
Diffstat (limited to 'testsuite/tests/polykinds/T18451.hs')
-rw-r--r-- | testsuite/tests/polykinds/T18451.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T18451.hs b/testsuite/tests/polykinds/T18451.hs index da14360ea5..91fe7d7a43 100644 --- a/testsuite/tests/polykinds/T18451.hs +++ b/testsuite/tests/polykinds/T18451.hs @@ -1,5 +1,6 @@ {-# LANGUAGE RankNTypes #-} -{-# LANGUAGE TypeInType #-} +{-# LANGUAGE PolyKinds #-} +{-# LANGUAGE DataKinds #-} module Bug where import Data.Kind |