ghc-8.2 HasField, Type & * (#65)
This commit is contained in:
@@ -113,9 +113,7 @@ import GHC.TypeLits as X (
|
|||||||
)
|
)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
-- Pending GHC 8.2 we'll expose these.
|
#if ( __GLASGOW_HASKELL__ >= 802 )
|
||||||
|
|
||||||
{-
|
|
||||||
import GHC.Records as X (
|
import GHC.Records as X (
|
||||||
HasField(..)
|
HasField(..)
|
||||||
)
|
)
|
||||||
@@ -124,7 +122,7 @@ import Data.Kind as X (
|
|||||||
type (*)
|
type (*)
|
||||||
, type Type
|
, type Type
|
||||||
)
|
)
|
||||||
-}
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user