Remove Integration Monad #10703
Annotations
5 warnings
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
build:
cardano-testnet/src/Testnet/Process/RunIO.hs#L244
Warning in binDist in module Testnet.Process.RunIO: Redundant <$> ▫︎ Found: "eitherDecode <$> liftIOAnnotated (LBS.readFile planJsonFile)\n >>=\n \\case\n Left message\n -> error\n $ \"Cannot decode plan in \" <> planJsonFile <> \": \" <> message\n Right plan -> pure plan" ▫︎ Perhaps: "liftIOAnnotated (LBS.readFile planJsonFile)\n >>=\n (\\case\n Left message\n -> error\n $ \"Cannot decode plan in \" <> planJsonFile <> \": \" <> message\n Right plan -> pure plan)\n . eitherDecode"
|
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|