This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Description
In particular
fpco/unliftio@d327ae4
Which results in
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 ->
| ^^^^^^^^^^^