ghc-8.2 HasField, Type & * (#65)

This commit is contained in:
Tony Day
2017-09-15 13:43:41 +01:00
committed by Stephen Diehl
parent 5964f545cf
commit 923194c5b2
+2 -4
View File
@@ -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