HasDynFlags is provided after 7.6.
This commit is contained in:
parent
cc3e728f03
commit
b7d92417bc
@ -109,8 +109,10 @@ instance GhcMonad GhcMod where
|
|||||||
getSession = liftIO . readIORef . gmGhcSession =<< ask
|
getSession = liftIO . readIORef . gmGhcSession =<< ask
|
||||||
setSession a = liftIO . flip writeIORef a . gmGhcSession =<< ask
|
setSession a = liftIO . flip writeIORef a . gmGhcSession =<< ask
|
||||||
|
|
||||||
|
#if __GLASGOW_HASKELL__ >= 706
|
||||||
instance HasDynFlags GhcMod where
|
instance HasDynFlags GhcMod where
|
||||||
getDynFlags = getSessionDynFlags
|
getDynFlags = getSessionDynFlags
|
||||||
|
#endif
|
||||||
|
|
||||||
instance ExceptionMonad GhcMod where
|
instance ExceptionMonad GhcMod where
|
||||||
gcatch act handler = control $ \run ->
|
gcatch act handler = control $ \run ->
|
||||||
|
Loading…
Reference in New Issue
Block a user