Skip to content

Refactor ActionT to use ReaderT pattern #100

Refactor ActionT to use ReaderT pattern

Refactor ActionT to use ReaderT pattern #100

Triggered via pull request October 1, 2023 13:11
Status Failure
Total duration 5m 31s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

haskell-ci.yml

on: pull_request
Matrix: cabal
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 55 warnings
ubuntu-latest / ghc 9.6.2
• No instance for ‘GHC.Exception.Type.Exception T.Text’
ubuntu-latest / ghc 9.6.2
Process completed with exit code 1.
ubuntu-latest / ghc 9.2.8
• No instance for (GHC.Exception.Type.Exception T.Text)
ubuntu-latest / ghc 9.2.8
Process completed with exit code 1.
ubuntu-latest / ghc 9.0.2
• No instance for (GHC.Exception.Type.Exception T.Text)
ubuntu-latest / ghc 9.0.2
Process completed with exit code 1.
ubuntu-latest / ghc 8.10.7
• No instance for (GHC.Exception.Type.Exception T.Text)
ubuntu-latest / ghc 8.10.7
Process completed with exit code 1.
ubuntu-latest / ghc 9.4.6
• No instance for (GHC.Exception.Type.Exception T.Text)
ubuntu-latest / ghc 9.4.6
Process completed with exit code 1.
ubuntu-latest / ghc 9.6.2
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ubuntu-latest / ghc 9.6.2: Web/Scotty/Util.hs#L17
The import of ‘Control.Monad.IO.Class’ is redundant
ubuntu-latest / ghc 9.6.2: Web/Scotty/Util.hs#L18
The import of ‘Control.Monad.IO.Unlift’ is redundant
ubuntu-latest / ghc 9.6.2: Web/Scotty/Util.hs#L19
The import of ‘Control.Exception’ is redundant
ubuntu-latest / ghc 9.6.2: Web/Scotty/Util.hs#L20
The qualified import of ‘catch, fromException, throwIO’
ubuntu-latest / ghc 9.6.2: Web/Scotty/Route.hs#L10
The import of ‘STM, TVar, atomically’
ubuntu-latest / ghc 9.6.2: Web/Scotty/Trans.hs#L55
The import of ‘status500’
ubuntu-latest / ghc 9.6.2: Web/Scotty.hs#L208
In the use of ‘param’
ubuntu-latest / ghc 9.6.2: Web/Scotty.hs#L237
In the use of ‘params’
ubuntu-latest / ghc 9.6.2
The import of ‘Text’ from module ‘Data.Text.Lazy’ is redundant
ubuntu-latest / ghc 9.6.2
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
ubuntu-latest / ghc 9.2.8
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ubuntu-latest / ghc 9.2.8: Web/Scotty/Util.hs#L17
The import of ‘Control.Monad.IO.Class’ is redundant
ubuntu-latest / ghc 9.2.8: Web/Scotty/Util.hs#L18
The import of ‘Control.Monad.IO.Unlift’ is redundant
ubuntu-latest / ghc 9.2.8: Web/Scotty/Util.hs#L19
The import of ‘Control.Exception’ is redundant
ubuntu-latest / ghc 9.2.8: Web/Scotty/Util.hs#L20
The qualified import of ‘catch, fromException, throwIO’
ubuntu-latest / ghc 9.2.8: Web/Scotty/Route.hs#L10
The import of ‘STM, TVar, atomically’
ubuntu-latest / ghc 9.2.8: Web/Scotty/Trans.hs#L55
The import of ‘status500’
ubuntu-latest / ghc 9.2.8: Web/Scotty.hs#L208
In the use of ‘param’
ubuntu-latest / ghc 9.2.8: Web/Scotty.hs#L237
In the use of ‘params’
ubuntu-latest / ghc 9.2.8
The import of ‘Text’ from module ‘Data.Text.Lazy’ is redundant
ubuntu-latest / ghc 9.2.8
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
ubuntu-latest / ghc 9.0.2
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ubuntu-latest / ghc 9.0.2: Web/Scotty/Util.hs#L17
The import of ‘Control.Monad.IO.Class’ is redundant
ubuntu-latest / ghc 9.0.2: Web/Scotty/Util.hs#L18
The import of ‘Control.Monad.IO.Unlift’ is redundant
ubuntu-latest / ghc 9.0.2: Web/Scotty/Util.hs#L19
The import of ‘Control.Exception’ is redundant
ubuntu-latest / ghc 9.0.2: Web/Scotty/Util.hs#L20
The qualified import of ‘catch, fromException, throwIO’
ubuntu-latest / ghc 9.0.2: Web/Scotty/Route.hs#L10
The import of ‘STM, TVar, atomically’
ubuntu-latest / ghc 9.0.2: Web/Scotty/Trans.hs#L55
The import of ‘status500’
ubuntu-latest / ghc 9.0.2: Web/Scotty.hs#L208
In the use of ‘param’
ubuntu-latest / ghc 9.0.2: Web/Scotty.hs#L237
In the use of ‘params’
ubuntu-latest / ghc 9.0.2
The import of ‘Text’ from module ‘Data.Text.Lazy’ is redundant
ubuntu-latest / ghc 9.0.2
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
ubuntu-latest / ghc 8.10.7
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ubuntu-latest / ghc 8.10.7
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
ubuntu-latest / ghc 8.10.7: Web/Scotty/Util.hs#L17
The import of ‘Control.Monad.IO.Class’ is redundant
ubuntu-latest / ghc 8.10.7: Web/Scotty/Util.hs#L18
The import of ‘Control.Monad.IO.Unlift’ is redundant
ubuntu-latest / ghc 8.10.7: Web/Scotty/Util.hs#L19
The import of ‘Control.Exception’ is redundant
ubuntu-latest / ghc 8.10.7: Web/Scotty/Util.hs#L20
The qualified import of ‘catch, fromException, throwIO’
ubuntu-latest / ghc 8.10.7: Web/Scotty/Route.hs#L10
The import of ‘STM, TVar, atomically’
ubuntu-latest / ghc 8.10.7: Web/Scotty/Trans.hs#L55
The import of ‘status500’
ubuntu-latest / ghc 8.10.7: Web/Scotty.hs#L208
In the use of ‘param’
ubuntu-latest / ghc 8.10.7: Web/Scotty.hs#L237
In the use of ‘params’
ubuntu-latest / ghc 8.10.7
The import of ‘Text’ from module ‘Data.Text.Lazy’ is redundant
ubuntu-latest / ghc 9.4.6
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ubuntu-latest / ghc 9.4.6
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
ubuntu-latest / ghc 9.4.6: Web/Scotty/Util.hs#L17
The import of ‘Control.Monad.IO.Class’ is redundant
ubuntu-latest / ghc 9.4.6: Web/Scotty/Util.hs#L18
The import of ‘Control.Monad.IO.Unlift’ is redundant
ubuntu-latest / ghc 9.4.6: Web/Scotty/Util.hs#L19
The import of ‘Control.Exception’ is redundant
ubuntu-latest / ghc 9.4.6: Web/Scotty/Util.hs#L20
The qualified import of ‘catch, fromException, throwIO’
ubuntu-latest / ghc 9.4.6: Web/Scotty/Route.hs#L10
The import of ‘STM, TVar, atomically’
ubuntu-latest / ghc 9.4.6: Web/Scotty/Trans.hs#L55
The import of ‘status500’
ubuntu-latest / ghc 9.4.6: Web/Scotty.hs#L208
In the use of ‘param’
ubuntu-latest / ghc 9.4.6: Web/Scotty.hs#L237
In the use of ‘params’
ubuntu-latest / ghc 9.4.6
The import of ‘Text’ from module ‘Data.Text.Lazy’ is redundant