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

Remove up version limit of template-haskell and hashable #495

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Shadasviar
Copy link

@Shadasviar Shadasviar commented Oct 14, 2024

Hi, why upper versions of some dependencies are limited? Limiting upper version of packages causes dependency hell. The only reason why master does not compile with hashable 1.5.0.0 and template-haskell 2.22.0.0 is upper limits for its versions. In my opinion, It would be better to limit upper version of libraries only when they change API in incompatible way.

If API of any dependency will change in incompatible way, unordered-containers will not compile anyway. If next versions of dependencies would not break API (that is most often scenario), unordered-containers will have compatibility for free, without updating upstream from <22 to <23 etc with every new dependency release.

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.

1 participant