Looser lower-bound on Data.Kind export for GHC 8.0.x for #79

This commit is contained in:
Stephen Diehl
2018-02-05 14:33:12 +00:00
parent 8c9d0f4666
commit 9a61a70a19
+3 -2
View File
@@ -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 $!