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

Introduce version bounds for dependencies #233

Closed
ivanperez-keera opened this issue Aug 13, 2022 · 0 comments
Closed

Introduce version bounds for dependencies #233

ivanperez-keera opened this issue Aug 13, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@ivanperez-keera
Copy link
Owner

ivanperez-keera commented Aug 13, 2022

The cabal file in Yampa does not specify upper bounds on dependencies. This is bad practice and should be considered a bug.

We are currently considering a change to a library (see ivanperez-keera/dunai#298 for details) but, if we introduce that change, then Yampa would break (affecting currently released versions). If we had a constraint on the upper bounds of simple-affine-space, then this would not happen: we could just bump the major.

@ivanperez-keera ivanperez-keera added this to the (+1) milestone Aug 13, 2022
ivanperez-keera added a commit that referenced this issue Oct 3, 2022
The cabal file in Yampa does not specify upper bounds on dependencies.
This is bad practice and should be considered a bug. It is currently
limiting or endangering an update to a dependency, which would likely
break packages created by Yampa users.

This commit introduces version bounds for all dependencies of Yampa, all
tests, and all executables/demos.
ivanperez-keera added a commit that referenced this issue Oct 3, 2022
The cabal file in Yampa does not specify upper bounds on dependencies.
This is bad practice and should be considered a bug. It is currently
limiting or endangering an update to a dependency, which would likely
break packages created by Yampa users.

This commit introduces version bounds for all dependencies of Yampa, all
tests, and all executables/demos.
@ivanperez-keera ivanperez-keera self-assigned this Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant