copilot-theorem 4.6.1 → 4.7
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~copilot-coredep ~copilot-prettyprinterPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: copilot-core, copilot-prettyprinter
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- copilot-theorem.cabal +3/−3
CHANGELOG view
@@ -1,3 +1,6 @@+2026-03-07+ * Version bump (4.7). (#714)+ 2026-01-07 * Version bump (4.6.1). (#705) * Relax version constraint on containers, random. (#603)
copilot-theorem.cabal view
@@ -14,7 +14,7 @@ <https://copilot-language.github.io>. -version : 4.6.1+version : 4.7 license : BSD3 license-file : LICENSE maintainer : Ivan Perez <ivan.perezdominguez@nasa.gov>@@ -62,8 +62,8 @@ , xml >= 1.3 && < 1.4 , what4 >= 1.3 && < 1.8 - , copilot-core >= 4.6.1 && < 4.7- , copilot-prettyprinter >= 4.6.1 && < 4.7+ , copilot-core >= 4.7 && < 4.8+ , copilot-prettyprinter >= 4.7 && < 4.8 exposed-modules : Copilot.Theorem , Copilot.Theorem.Prove