Fix for TypeInType before 8.6

This commit is contained in:
Stephen Diehl
2018-10-02 10:37:58 +01:00
parent ced5fd366e
commit 8c3c133342
+2 -1
View File
@@ -123,9 +123,10 @@ import GHC.Records as X (
#if ( __GLASGOW_HASKELL__ >= 800 )
import Data.Kind as X (
type Type
#if ( __GLASGOW_HASKELL__ < 806 )
#if ( __GLASGOW_HASKELL__ < 805 )
, type (*)
#endif
, type Type
)
#endif