You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Haskell/Ide/Engine/PluginsIdeMonads.hs:588:16: error:
The INLINE pragma for ‘askUnliftIO’ lacks an accompanying binding
(The INLINE pragma must be given where ‘askUnliftIO’ is declared)
|
588 | {-# INLINE askUnliftIO #-}
| ^^^^^^^^^^^
Haskell/Ide/Engine/PluginsIdeMonads.hs:589:5: error:
‘askUnliftIO’ is not a (visible) method of class ‘MonadUnliftIO’
|
589 | askUnliftIO = Ghc $ \s ->
| ^^^^^^^^^^^
Haskell/Ide/Engine/PluginsIdeMonads.hs:600:16: error:
The INLINE pragma for ‘askUnliftIO’ lacks an accompanying binding
(The INLINE pragma must be given where ‘askUnliftIO’ is declared)
|
600 | {-# INLINE askUnliftIO #-}
| ^^^^^^^^^^^
Haskell/Ide/Engine/PluginsIdeMonads.hs:601:5: error:
‘askUnliftIO’ is not a (visible) method of class ‘MonadUnliftIO’
|
601 | askUnliftIO = GhcT $ \s ->
| ^^^^^^^^^^^