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

Migrate from checkers to quickcheck-classes-base #193

Merged
merged 2 commits into from
May 14, 2023

Conversation

Bodigrim
Copy link
Contributor

When built against GHC 9.6, checkers cause a cyclic dependency:
filepath:tests -> checkers-0.6 -> semigroupoids-6 -> hashable-1.4.2.0 -> filepath.

quickcheck-classes-base is a suitable replacement, which (for sufficiently new GHC) depends on boot packages only.

When built against GHC 9.6, checkers cause a cyclic dependency:
filepath:tests -> checkers-0.6 -> semigroupoids-6 -> hashable-1.4.2.0 -> filepath

quickcheck-classes-base are a replacement of checkers with a smaller dependency footprint.
@hasufell
Copy link
Member

does this need a release?

@hasufell hasufell merged commit 02eae0f into haskell:master May 14, 2023
20 checks passed
@Bodigrim
Copy link
Contributor Author

does this need a release?

I don’t think so

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.

None yet

2 participants