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

adapt to changes in unliftio-core-0.2.0.1 #1680

@alanz

Description

@alanz

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 ->
    |     ^^^^^^^^^^^

Metadata

Metadata

Assignees

Labels

type: refactorRefactor and tidy up internals.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions