Gap: Untangle some CPP conditionals
This commit is contained in:
parent
b1ea960f29
commit
ad99dd9c55
@ -95,13 +95,11 @@ import PatSyn
|
|||||||
import TcRnTypes
|
import TcRnTypes
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __GLASGOW_HASKELL__ >= 706
|
#if __GLASGOW_HASKELL__ >= 802
|
||||||
#if defined(MIN_VERSION_GLASGOW_HASKELL) && MIN_VERSION_GLASGOW_HASKELL(8,0,2,0)
|
|
||||||
import GHC hiding (ClsInst, withCleanupSession)
|
import GHC hiding (ClsInst, withCleanupSession)
|
||||||
import qualified GHC (withCleanupSession)
|
import qualified GHC (withCleanupSession)
|
||||||
#else
|
#elif __GLASGOW_HASKELL__ >= 706
|
||||||
import GHC hiding (ClsInst)
|
import GHC hiding (ClsInst)
|
||||||
#endif
|
|
||||||
#else
|
#else
|
||||||
import GHC hiding (Instance)
|
import GHC hiding (Instance)
|
||||||
import Control.Arrow hiding ((<+>))
|
import Control.Arrow hiding ((<+>))
|
||||||
|
Loading…
Reference in New Issue
Block a user