-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it build with ghc-9.8 #594
Conversation
dc6ea2a
to
0c50822
Compare
|
@@ -17,6 +17,7 @@ import Cardano.CLI.Types.Errors.StakePoolCmdError | |||
|
|||
import Control.Exception (IOException) | |||
import Data.Text (Text) | |||
-- import Prettyprinter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-- import Prettyprinter |
cardano-cli/src/Cardano/CLI/Types/Errors/GovernanceQueryError.hs
Outdated
Show resolved
Hide resolved
@@ -12,6 +12,7 @@ import Cardano.Api.Pretty | |||
import Cardano.CLI.Types.Errors.NodeEraMismatchError | |||
import Ouroboros.Consensus.Cardano.Block (EraMismatch (..)) | |||
|
|||
-- import Prettyprinter ((<+>)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-- import Prettyprinter ((<+>)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please apply comments from @smelc and update hackage index in flake.lock.
Done! |
46b9e1b
to
a20a6b7
Compare
Changelog
Context
Make it build with ghc-9.8
How to trust this PR
Highlight important bits of the PR that will make the review faster. If there are commands the reviewer can run to observe the new behavior, describe them.
Checklist