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

Shuffle around Distribution.Simple.Program.Types #9544

Merged
merged 1 commit into from
Dec 24, 2023

Conversation

sheaf
Copy link
Collaborator

@sheaf sheaf commented Dec 19, 2023

This commmit removes the dependency of the
Distribution.Simple.Program.Types on Distribution.Simple.Program.Find by shuffling around a few definitions between the modules.

This makes the "Types" module more self-contained, which means it can be more easily imported without causing module cycles.

Copy link
Collaborator

@ulysses4ever ulysses4ever left a comment

Choose a reason for hiding this comment

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

LGTM!

@sheaf sheaf added merge me Tell Mergify Bot to merge and removed attention: needs-review labels Dec 22, 2023
@mergify mergify bot added the merge delay passed Applied (usually by Mergify) when PR approved and received no updates for 2 days label Dec 24, 2023
This commmit removes the dependency of the
Distribution.Simple.Program.Types on Distribution.Simple.Program.Find
by shuffling around a few definitions between the modules.

This makes the "Types" module more self-contained, which means it
can be more easily imported without causing module cycles.
@mergify mergify bot merged commit 52d1fb6 into haskell:master Dec 24, 2023
48 checks passed
mstksg pushed a commit to mstksg/hoppy that referenced this pull request May 15, 2024
simpleProgram stopped being exported from Distribution.Simple.Program.Types.
It's still imported from Distribution.Simple.Program so let's refer to it there.

See: haskell/cabal#9863
See: haskell/cabal#9544
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge delay passed Applied (usually by Mergify) when PR approved and received no updates for 2 days merge me Tell Mergify Bot to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants