dhodovsk / source-git / ghc-aeson

Forked from source-git/ghc-aeson 4 years ago
Clone
Blob Blame History Raw
#if __GLASGOW_HASKELL__ >= 710
#define INCOHERENT_ {-# INCOHERENT #-}
#else
-- This causes some type class instances to break:
-- {-# LANGUAGE IncoherentInstances #-}
#define INCOHERENT_
#endif