Skip to content

Commit e740fdd

Browse files
copilot-visualizer: Relax version constraints on ogma-extra. Refs #716.
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, ogma-extra has seen release 1.12, but copilot-visualizer needs versions strictly lower than 1.10. This commit relaxes the version constrains on `ogma-extra` for the `copilot-visualizer` package.
1 parent b1e21ae commit e740fdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

copilot-visualizer/copilot-visualizer.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ library
6161
filepath >= 1.4.2 && < 1.6,
6262
hint >= 0.9.0 && < 1.10,
6363
pretty >= 1.0 && < 1.2,
64-
ogma-extra >= 1.6.0 && < 1.10,
64+
ogma-extra >= 1.6.0 && < 1.13,
6565
text >= 1.2.3.1 && < 2.2,
6666
websockets >= 0.12.7 && < 0.14,
6767

0 commit comments

Comments
 (0)