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

Move Data.AbstractSize module into byron codebase #3055

Merged
merged 1 commit into from
Sep 28, 2022

Conversation

aniketd
Copy link
Contributor

@aniketd aniketd commented Sep 28, 2022

The cardano-data package contains Data.AbstractSize module, which is only used in byron era. We find a home for it in eras/byron packages.

  • Move libs/cardano-data/src/Data/AbstractSize.hs to eras/byron/ledger/executable-spec/src/Data/AbstractSize.hs
  • Adjust .cabal files and dependencies
  • Add -Wunused-packages to byron-space-ledger.cabal
  • Update CHANGELOG.md

Closes #3046

The cardano-data package contains Data.AbstractSize
module, which is only used in byron era. We find a
home for it in eras/byron packages.

- Move libs/cardano-data/src/Data/AbstractSize.hs ->
  eras/byron/ledger/executable-spec/src/Data/AbstractSize.hs
- Adjust .cabal files and dependencies
- Add -Wunused-packages to byron-space-ledger.cabal
Copy link
Contributor

@JaredCorduan JaredCorduan left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @aniketd !

@JaredCorduan JaredCorduan merged commit 2ef8efd into IntersectMBO:master Sep 28, 2022
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.

Move Data.AbstractSize module into byron codebase
2 participants