import fingerprint function from API, drop TypeRep import

This commit is contained in:
Jost Berthold 2018-01-16 22:33:25 +11:00
parent efa27684ca
commit ec8fb243c7

View File

@ -49,7 +49,7 @@ import Foreign.Storable ( sizeOf )
-- for dynamic type checks when parsing
import Data.Typeable (Typeable(..), typeOf)
#if MIN_VERSION_base(4,8,0)
import Data.Typeable.Internal (TypeRep(..), typeRepFingerprint)
import Data.Typeable (typeRepFingerprint)
#else
import Data.Typeable.Internal (TypeRep(..))
#endif