Extend range of versions of dependencies #603
Labels
CR:Status:Accepted
Admin only: Change request accepted by technical lead
CR:Type:Management
Admin only: Change request for conformance with policies or procedures
Description
In order to keep Copilot effectively working in the current Haskell ecosystem, as well as new versions of GHC, we need to extend the versions of dependencies that Copilot can be installed with. For example,
containers
has seen release 0.8, butcopilot-language
,copilot-libraries
andcopilot-theorem
need versions strictly lower than 0.8. The same is true forrandom
, of which we depend on versions prior to 1.3 but version 1.3 has been released.For those libraries that have introduced no breaking changes affecting Copilot, we should extend the version bounds.
Type
Additional context
None.
Requester
Method to check presence of bug
Not applicable (not a bug).
Expected result
Copilot can be installed with the most recent version of all dependencies published on hackage that do not require a change to the Haskell code.
Desired result
Copilot can be installed with the most recent version of all dependencies published on hackage that do not require a change to the Haskell code.
Proposed solution
Copilot can be installed with the most recent version of all dependencies published on hackage that do not require a change to the Haskell code.
Further notes
None.
The text was updated successfully, but these errors were encountered: