Skip to content
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

Merged
merged 3 commits into from
Feb 9, 2024
Merged

Make it build with ghc-9.8 #594

merged 3 commits into from
Feb 9, 2024

Conversation

erikd
Copy link
Contributor

@erikd erikd commented Feb 1, 2024

Changelog

- description: Make it build with ghc-9.8
  type:
    - maintenance    # not directly related to the code

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

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated. See Running tests for more details
  • Self-reviewed the diff

@erikd erikd marked this pull request as draft February 1, 2024 02:22
@erikd erikd force-pushed the erikd/ghc-9.8 branch 6 times, most recently from dc6ea2a to 0c50822 Compare February 7, 2024 02:02
@erikd
Copy link
Contributor Author

erikd commented Feb 7, 2024

Still has an SRP for cardano-api so should not be merged yet. Fixed.

@erikd erikd marked this pull request as ready for review February 8, 2024 00:01
cardano-cli/src/Cardano/CLI/Read.hs Outdated Show resolved Hide resolved
@@ -17,6 +17,7 @@ import Cardano.CLI.Types.Errors.StakePoolCmdError

import Control.Exception (IOException)
import Data.Text (Text)
-- import Prettyprinter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-- import Prettyprinter

@@ -12,6 +12,7 @@ import Cardano.Api.Pretty
import Cardano.CLI.Types.Errors.NodeEraMismatchError
import Ouroboros.Consensus.Cardano.Block (EraMismatch (..))

-- import Prettyprinter ((<+>))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-- import Prettyprinter ((<+>))

flake.lock Outdated Show resolved Hide resolved
Copy link
Contributor

@carbolymer carbolymer left a 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.

@erikd
Copy link
Contributor Author

erikd commented Feb 9, 2024

Please apply comments from @smelc and update hackage index in flake.lock.

Done!

@erikd erikd force-pushed the erikd/ghc-9.8 branch 5 times, most recently from 46b9e1b to a20a6b7 Compare February 9, 2024 08:56
@smelc smelc added this pull request to the merge queue Feb 9, 2024
Merged via the queue into main with commit 66216d0 Feb 9, 2024
16 checks passed
@smelc smelc deleted the erikd/ghc-9.8 branch February 9, 2024 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants