summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_compile/T14579.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_compile/T14579.hs')
-rw-r--r--testsuite/tests/deriving/should_compile/T14579.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_compile/T14579.hs b/testsuite/tests/deriving/should_compile/T14579.hs
index 19452446d6..518dffe214 100644
--- a/testsuite/tests/deriving/should_compile/T14579.hs
+++ b/testsuite/tests/deriving/should_compile/T14579.hs
@@ -1,5 +1,6 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
-{-# LANGUAGE TypeInType #-}
+{-# LANGUAGE DataKinds #-}
+{-# LANGUAGE PolyKinds #-}
module T14579 where
import Data.Kind