tweak imports for GHC 9.6 #661
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, haskell/actions/setup@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Setup Haskell build environment
As of 2023-09-09, haskell/action/setup is no longer maintained, please switch to haskell-actions/setup (note: dash for slash).
|
Test:
src/Language/Fortran/Analysis/Types.hs#L26
The import of ‘Control.Monad’ is redundant
|
Test:
src/Language/Fortran/Analysis/Renaming.hs#L23
The import of ‘Control.Monad’ is redundant
|
Test:
src/Language/Fortran/Analysis/Renaming.hs#L243
This binding for ‘env’ shadows the existing binding
|
Test:
src/Language/Fortran/Analysis/BBlocks.hs#L16
The import of ‘Control.Monad’ is redundant
|
Test:
src/Language/Fortran/Analysis/DataFlow.hs#L35
The import of ‘Language.Fortran.AST.Literal.Real’ is redundant
|
Test:
src/Language/Fortran/Analysis/DataFlow.hs#L45
The import of ‘Control.Monad’ is redundant
|
Test:
src/Language/Fortran/Analysis/DataFlow.hs#L353
Defined but not used: ‘minConst’
|
Test:
src/Language/Fortran/Analysis/DataFlow.hs#L356
Defined but not used: ‘maxConst’
|
Test:
src/Language/Fortran/Analysis/DataFlow.hs#L359
Defined but not used: ‘inBounds’
|
Test:
src/Language/Fortran/Analysis/DataFlow.hs#L407
This binding for ‘map’ shadows the existing binding
|
Loading