nasa / ogma

Generator of runtime monitors for flight and robotics applications.
Other
338 stars 26 forks source link

Add version bounds to all dependencies #119

Open ivanperez-keera opened 10 months ago

ivanperez-keera commented 10 months ago

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.

ivanperez-keera commented 3 days ago

Change Manager: Confirmed that the issue exists.

ivanperez-keera commented 3 days ago

Technical Lead: Confirmed that the issue should be addressed.

ivanperez-keera commented 1 day ago

Technical Lead: Issue scheduled for fixing in Ogma 1.6.0.

Fix assigned to: @ivanperez-keera .