Skip to content

Commit 8c58853

Browse files
copilot-visualizer: Relax version constraint on ogma-extra. Refs #645.
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.9, but copilot-visualizer depend on versions prior to 1.7. This commit relaxes the version constraint of on `ogma-extra` to allow installation of `copilot-visualizer` with versions in the 1.9 series.
1 parent f4f8bf4 commit 8c58853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.7,
64+
ogma-extra >= 1.6.0 && < 1.10,
6565
text >= 1.2.3.1 && < 2.2,
6666
websockets >= 0.12.7 && < 0.14,
6767

0 commit comments

Comments
 (0)