headless: Add MonadThrow (Performable m) #332
Annotations
19 errors and 32 warnings
GHC 8.4.4 on ubuntu-latest:
src/Reflex/Host/Headless.hs#L35
Not in scope: type constructor or class ‘MonadThrow’
|
GHC 8.4.4 on ubuntu-latest:
src/Reflex/Host/Headless.hs#L36
Not in scope: type constructor or class ‘MonadThrow’
|
GHC 8.4.4 on ubuntu-latest
Process completed with exit code 1.
|
GHC 8.4.4 on macos-latest
The job was canceled because "_8_4_4_ubuntu-latest" failed.
|
GHC 8.6.5 on macos-latest
The job was canceled because "_8_4_4_ubuntu-latest" failed.
|
GHC 8.8.4 on macos-latest
The job was canceled because "_8_4_4_ubuntu-latest" failed.
|
GHC 8.10.2 on macos-latest
The job was canceled because "_8_4_4_ubuntu-latest" failed.
|
GHC 9.0.1 on macos-latest
The job was canceled because "_8_4_4_ubuntu-latest" failed.
|
GHC 9.2.2 on macos-latest
The job was canceled because "_8_4_4_ubuntu-latest" failed.
|
GHC 8.8.4 on ubuntu-latest
The job was canceled because "_8_4_4_ubuntu-latest" failed.
|
GHC 8.8.4 on ubuntu-latest
The operation was canceled.
|
GHC 9.2.2 on ubuntu-latest
The job was canceled because "_8_4_4_ubuntu-latest" failed.
|
GHC 9.2.2 on ubuntu-latest
The operation was canceled.
|
GHC 9.0.1 on ubuntu-latest
The job was canceled because "_8_4_4_ubuntu-latest" failed.
|
GHC 9.0.1 on ubuntu-latest
The operation was canceled.
|
GHC 8.10.2 on ubuntu-latest
The job was canceled because "_8_4_4_ubuntu-latest" failed.
|
GHC 8.10.2 on ubuntu-latest
The operation was canceled.
|
GHC 8.6.5 on ubuntu-latest
The job was canceled because "_8_4_4_ubuntu-latest" failed.
|
GHC 8.6.5 on ubuntu-latest
The operation was canceled.
|
GHC 8.10.2 on ubuntu-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
GHC 8.4.4 on ubuntu-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
GHC 8.6.5 on ubuntu-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
GHC 8.8.4 on ubuntu-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
GHC 9.0.1 on ubuntu-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
GHC 9.2.2 on ubuntu-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
GHC 8.4.4 on ubuntu-latest
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|
GHC 8.4.4 on ubuntu-latest:
src/Data/AppendMap.hs#L33
Module ‘Data.Witherable’ is deprecated: Use Witherable instead
|
GHC 8.4.4 on ubuntu-latest:
src/Data/AppendMap.hs#L33
The qualified import of ‘Data.Witherable’ is redundant
|
GHC 8.4.4 on ubuntu-latest:
src/Data/AppendMap.hs#L35
The qualified import of ‘Data.Map.Monoidal’ is redundant
|
GHC 8.4.4 on ubuntu-latest:
src/Reflex/FunctorMaybe.hs#L22
Module ‘Data.Witherable’ is deprecated: Use Witherable instead
|
GHC 8.4.4 on ubuntu-latest:
src/Reflex/Class.hs#L221
Module ‘Data.Witherable’ is deprecated: Use Witherable instead
|
GHC 8.4.4 on ubuntu-latest:
src/Reflex/Class.hs#L222
Module ‘Data.Witherable’ is deprecated: Use Witherable instead
|
GHC 8.4.4 on ubuntu-latest:
src/Reflex/Class.hs#L758
In the use of type constructor or class ‘FunctorMaybe’
|
GHC 8.4.4 on ubuntu-latest:
src/Reflex/Class.hs#L758
In the use of type constructor or class ‘FunctorMaybe’
|
GHC 8.4.4 on ubuntu-latest:
src/Reflex/Dynamic.hs#L85
The import of ‘Control.Monad’ is redundant
|
GHC 8.4.4 on ubuntu-latest:
src/Reflex/Dynamic.hs#L94
The qualified import of ‘Data.IntMap’ is redundant
|
GHC 8.8.4 on ubuntu-latest
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|
GHC 8.8.4 on ubuntu-latest:
src/Data/AppendMap.hs#L33
Module ‘Data.Witherable’ is deprecated: Use Witherable instead
|
GHC 8.8.4 on ubuntu-latest:
src/Data/AppendMap.hs#L33
The qualified import of ‘Data.Witherable’ is redundant
|
GHC 8.8.4 on ubuntu-latest:
src/Data/AppendMap.hs#L35
The qualified import of ‘Data.Map.Monoidal’ is redundant
|
GHC 8.8.4 on ubuntu-latest:
src/Reflex/FunctorMaybe.hs#L22
Module ‘Data.Witherable’ is deprecated: Use Witherable instead
|
GHC 8.8.4 on ubuntu-latest:
src/Reflex/Class.hs#L205
The import of ‘Data.FastMutableIntMap’ is redundant
|
GHC 8.8.4 on ubuntu-latest:
src/Reflex/Class.hs#L221
Module ‘Data.Witherable’ is deprecated: Use Witherable instead
|
GHC 8.8.4 on ubuntu-latest:
src/Reflex/Class.hs#L222
Module ‘Data.Witherable’ is deprecated: Use Witherable instead
|
GHC 8.8.4 on ubuntu-latest:
src/Reflex/Class.hs#L758
In the use of type constructor or class ‘FunctorMaybe’
|
GHC 8.8.4 on ubuntu-latest:
src/Reflex/Class.hs#L758
In the use of type constructor or class ‘FunctorMaybe’
|
GHC 8.8.4 on ubuntu-latest:
src/Reflex/EventWriter/Class.hs#L14
The import of ‘Data.Semigroup’ is redundant
|
GHC 9.2.2 on ubuntu-latest
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|
GHC 9.0.1 on ubuntu-latest
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|
GHC 8.10.2 on ubuntu-latest
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|
GHC 8.6.5 on ubuntu-latest
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|