nasa / ogma

Generator of runtime monitors for flight and robotics applications.
Other
335 stars 25 forks source link

Release 1.0.6. Refs #64. #67

Closed ivanperez-keera closed 1 year ago

ivanperez-keera commented 1 year ago

This PR updates the version numbers of all packages, as prescribed in the solution proposed for #64.

ivanperez-keera commented 1 year ago

Change Manager: Package would not be allowed on hackage due to missing version constraints on base:

ogma-language-copilot$ cabal check
Warning: The following errors will cause portability problems on other
environments:
Warning: The dependency 'build-depends: base' does not specify an upper bound
on the version number. Each major release of the 'base' package changes the
API in various ways and most packages will need some changes to compile with
it. The recommended practise is to specify an upper bound on the version of
the 'base' package. This ensures your package will continue to build when a
new major version of the 'base' package is released. If you are not sure what
upper bound to use then use the next major version. For example if you have
tested your package with 'base' version 4.5 and 4.6 then use 'build-depends:
base >= 4.5 && < 4.7'.
Warning: Hackage would reject this package.
ivanperez-keera commented 1 year ago

Implementor: Fix pushed. Review requested.

ivanperez-keera commented 1 year ago

Change Manager: Package would not be allowed on hackage due to missing version constraints on base:

ogma-cli$ cabal check
Warning: The following errors will cause portability problems on other
environments:
Warning: The dependency 'build-depends: base' does not specify an upper bound
on the version number. Each major release of the 'base' package changes the
API in various ways and most packages will need some changes to compile with
it. The recommended practise is to specify an upper bound on the version of
the 'base' package. This ensures your package will continue to build when a
new major version of the 'base' package is released. If you are not sure what
upper bound to use then use the next major version. For example if you have
tested your package with 'base' version 4.5 and 4.6 then use 'build-depends:
base >= 4.5 && < 4.7'.
Warning: Hackage would reject this package.
ivanperez-keera commented 1 year ago

Implementor: Fix pushed. Review requested.

ivanperez-keera commented 1 year ago

Change Manager: Verified that: