-
Notifications
You must be signed in to change notification settings - Fork 157
Remove Pretty
from cardano-ledger-test
#4966
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
Conversation
0995c79
to
c69debe
Compare
72093f3
to
8b6d1b7
Compare
ebdf176
to
c89a919
Compare
cfe2096
to
a5bcfdf
Compare
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.
Make sure to add all the instances introduced in this PR to the respective changelogs and this PR is good to go.
Awesome work. Thank you @Lucsanszky
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Constrained/Classes.hs
Outdated
Show resolved
Hide resolved
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Examples/STSTestUtils.hs
Outdated
Show resolved
Hide resolved
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Generic/Fields.hs
Outdated
Show resolved
Hide resolved
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Generic/Fields.hs
Outdated
Show resolved
Hide resolved
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Generic/MockChain.hs
Outdated
Show resolved
Hide resolved
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Generic/MockChain.hs
Outdated
Show resolved
Hide resolved
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Generic/ModelState.hs
Outdated
Show resolved
Hide resolved
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Generic/ModelState.hs
Outdated
Show resolved
Hide resolved
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Generic/Trace.hs
Outdated
Show resolved
Hide resolved
84e07bc
to
5421365
Compare
5421365
to
3a006d6
Compare
Changelogs are now updated as well. Thanks for the review and dead code removal suggestions! Finally, this is now done. 🎉 |
Description
Resolves #4873
Checklist
CHANGELOG.md
files updated for packages with externally visible changes.NOTE: New section is never added with the code changes. (See RELEASING.md).
.cabal
andCHANGELOG.md
files when necessary, according to theversioning process.
.cabal
files updated when necessary.NOTE: If bounds change in a cabal file, that package itself must have a version increase. (See RELEASING.md).
scripts/fourmolize.sh
).scripts/cabal-format.sh
).hie.yaml
updated (usescripts/gen-hie.sh
).