-
Notifications
You must be signed in to change notification settings - Fork 72
Description
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. The package ogma-extra
has seen release 1.7, but copilot-visualizer
depend on versions prior to 1.7.
Type
- Management: update versions of dependencies.
Additional context
None.
Requester
- Ivan Perez.
Method to check presence of bug
Not applicable (not a bug).
Expected result
The copilot-visualizer
can be installed with the most recent version of ogma-extra
published on hackage that do not require a change to the Haskell code.
Desired result
The copilot-visualizer
can be installed with the most recent version of ogma-extra
published on hackage that do not require a change to the Haskell code.
Proposed solution
Bump version bounds on ogma-extra
.
Further notes
None.