copilot-visualizer 4.8 → 4.8.1
raw patch · 2 files changed
+12/−7 lines, 2 filesdep ~copilotdep ~copilot-coredep ~copilot-interpreterPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: copilot, copilot-core, copilot-interpreter, copilot-language, ogma-extra
API changes (from Hackage documentation)
Files
- CHANGELOG +5/−0
- copilot-visualizer.cabal +7/−7
CHANGELOG view
@@ -1,3 +1,8 @@+2026-09-07+ * Version bump (4.8.1). (#760)+ * Fix inconsistent version bounds for `copilot` in Cabal file. (#749)+ * Relax version constraints on `ogma-extra`. (#757)+ 2026-07-07 * Version bump (4.8). (#745)
copilot-visualizer.cabal view
@@ -1,6 +1,6 @@ cabal-version: >= 1.10 name: copilot-visualizer-version: 4.8+version: 4.8.1 synopsis: Visualizer for Copilot. description: Visualizer for Copilot.@@ -61,14 +61,14 @@ filepath >= 1.4.2 && < 1.6, hint >= 0.9.0 && < 1.10, pretty >= 1.0 && < 1.2,- ogma-extra >= 1.6.0 && < 1.13,+ ogma-extra >= 1.6.0 && < 1.17, text >= 1.2.3.1 && < 2.2, websockets >= 0.12.7 && < 0.14, - copilot >= 4.8 && < 4.9,- copilot-core >= 4.8 && < 4.9,- copilot-interpreter >= 4.8 && < 4.9,- copilot-language >= 4.8 && < 4.9+ copilot >= 4.8.1 && < 4.9,+ copilot-core >= 4.8.1 && < 4.9,+ copilot-interpreter >= 4.8.1 && < 4.9,+ copilot-language >= 4.8.1 && < 4.9 exposed-modules: @@ -121,7 +121,7 @@ build-depends: base >= 4.9 && < 5, - copilot >= 4.7 && < 4.8,+ copilot >= 4.8.1 && < 4.9, copilot-visualizer if flag(examples)