Use TypeInType for GHC 8.4.4 builds
[lsp-test.git] / src / Language / LSP / Test / Decoding.hs
index 78337a1d57bc65b0c5d188ee7faf8a524a2b4be0..eac3f394338ef25a121155ee21784b65a8ac3e32 100644 (file)
@@ -1,9 +1,8 @@
 {-# LANGUAGE OverloadedStrings #-}
 {-# LANGUAGE TupleSections #-}
 {-# LANGUAGE GADTs #-}
-{-# LANGUAGE PolyKinds #-}
 {-# LANGUAGE KindSignatures #-}
-{-# LANGUAGE DataKinds #-}
+{-# LANGUAGE TypeInType #-}
 module Language.LSP.Test.Decoding where
 
 import           Prelude                 hiding ( id )