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

hide filemanip instead of Glob in stackage #4206

Merged
merged 1 commit into from
Dec 6, 2018

Conversation

simonmichael
Copy link
Contributor

@simonmichael simonmichael commented Dec 5, 2018

The filemanip and Glob packages both provide the System.FilePath.Glob module, and presumably this is why Glob is marked as a hidden package in build-constraints.yaml. This has required tests to be disabled for several packages, such as multiset, makefile, and hledger-lib even though its cabal file and PackageImports explicitly select Glob.

I suggest filemanip be hidden instead. It's older, unmaintained, and has 60 reverse deps, while Glob is actively maintained and has 112.

@DanBurton
Copy link
Contributor

I am in favor of this change, for the reasons given. Thanks for looking into that.

Note to curators: I suspect stackage-curator is not smart enough to automatically handle unhiding filemanip and hiding Glob, if they are already in the package database. To get this change into effect, it may require nuking the existing work and rebuilding everything. (Or an update to stackage-curator to make it know how to more intelligently handle this.)

@alexeyzab
Copy link
Contributor

Thanks for the PR!

@DanBurton Thank you for mentioning that, I'll start rebuilding the nightlies now.

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.

3 participants