Looser lower-bound on Data.Kind export for GHC 8.0.x for #79
This commit is contained in:
@@ -96,6 +96,7 @@ import GHC.Stack as X (
|
||||
, prettyCallStack
|
||||
, withFrozenCallStack
|
||||
)
|
||||
#endif
|
||||
|
||||
#if ( __GLASGOW_HASKELL__ >= 710 )
|
||||
import GHC.TypeLits as X (
|
||||
@@ -117,15 +118,15 @@ import GHC.TypeLits as X (
|
||||
import GHC.Records as X (
|
||||
HasField(..)
|
||||
)
|
||||
#endif
|
||||
|
||||
#if ( __GLASGOW_HASKELL__ >= 800 )
|
||||
import Data.Kind as X (
|
||||
type (*)
|
||||
, type Type
|
||||
)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
-- Default Prelude defines this at the toplevel module, so we do as well.
|
||||
infixr 0 $!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user