copilot-visualizer 4.5.1 → 4.6
raw patch · 2 files changed
+9/−6 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
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- copilot-visualizer.cabal +6/−6
CHANGELOG view
@@ -1,3 +1,6 @@+2025-11-07+ * Version bump (4.6). (#679)+ 2025-09-07 * Version bump (4.5.1). (#666) * Relax version constraint on `ogma-extra`. (#645)
copilot-visualizer.cabal view
@@ -1,6 +1,6 @@ cabal-version: >= 1.10 name: copilot-visualizer-version: 4.5.1+version: 4.6 synopsis: Visualizer for Copilot. description: Visualizer for Copilot.@@ -65,10 +65,10 @@ text >= 1.2.3.1 && < 2.2, websockets >= 0.12.7 && < 0.14, - copilot >= 4.5.1 && < 4.6,- copilot-core >= 4.5.1 && < 4.6,- copilot-interpreter >= 4.5.1 && < 4.6,- copilot-language >= 4.5.1 && < 4.6+ copilot >= 4.6 && < 4.7,+ copilot-core >= 4.6 && < 4.7,+ copilot-interpreter >= 4.6 && < 4.7,+ copilot-language >= 4.6 && < 4.7 exposed-modules: @@ -121,7 +121,7 @@ build-depends: base >= 4.9 && < 5, - copilot >= 4.5.1 && < 4.6,+ copilot >= 4.6 && < 4.7, copilot-visualizer if flag(examples)