Open ivanperez-keera opened 10 months ago
Change Manager: Confirmed that the issue exists.
Technical Lead: Confirmed that the issue should be addressed.
Technical Lead: Issue scheduled for fixing in Ogma 1.6.0.
Fix assigned to: @ivanperez-keera .
Description
The cabal packages do not currently specify version bounds. This makes hackage complain when we upload packages, and can create stability / installation issues for users.
Type
Additional context
None.
Requester
Method to check presence of bug
It's not possible to check automatically. The check is done by opening the cabal files and checking whether all dependencies of all components specify version bounds.
Expected result
All dependencies of all components specify version bounds.
Desired result
All dependencies of all components specify version bounds.
Proposed solution
Add version bounds to all dependencies of all components of all packages.
Further notes
None.