Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 79
Extend range of versions of dependencies #603
Copy link
Copy link
Closed
Labels
CR:Status:ClosedAdmin only: Change request that has been completedAdmin only: Change request that has been completedCR:Type:ManagementAdmin only: Change request for conformance with policies or proceduresAdmin only: Change request for conformance with policies or procedures
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
CR:Status:ClosedAdmin only: Change request that has been completedAdmin only: Change request that has been completedCR:Type:ManagementAdmin only: Change request for conformance with policies or proceduresAdmin 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,
containershas seen release 0.8, butcopilot-language,copilot-librariesandcopilot-theoremneed 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.