-
Notifications
You must be signed in to change notification settings - Fork 48
Add version bounds to all dependencies #119
Copy link
Copy link
Closed
Labels
CR:Status:ClosedAdmin only: Change request that has been completedAdmin only: Change request that has been completedCR:Type:BugAdmin only: Change request pertaining to error detectedAdmin only: Change request pertaining to error detected
Milestone
Description
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
- Bug: Cabal files are missing useful information.
Additional context
None.
Requester
- Ivan Perez.
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CR:Status:ClosedAdmin only: Change request that has been completedAdmin only: Change request that has been completedCR:Type:BugAdmin only: Change request pertaining to error detectedAdmin only: Change request pertaining to error detected