Fix for TypeInType before 8.6
This commit is contained in:
@@ -123,9 +123,10 @@ import GHC.Records as X (
|
|||||||
#if ( __GLASGOW_HASKELL__ >= 800 )
|
#if ( __GLASGOW_HASKELL__ >= 800 )
|
||||||
import Data.Kind as X (
|
import Data.Kind as X (
|
||||||
type Type
|
type Type
|
||||||
#if ( __GLASGOW_HASKELL__ < 806 )
|
#if ( __GLASGOW_HASKELL__ < 805 )
|
||||||
, type (*)
|
, type (*)
|
||||||
#endif
|
#endif
|
||||||
|
, type Type
|
||||||
)
|
)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user