copilot-theorem 3.10 → 3.11
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~copilot-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: copilot-core
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- copilot-theorem.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,6 @@+2022-09-07+ * Version bump (3.11). (#376)+ 2022-07-07 * Version bump (3.10). (#356) * Remove comment from cabal file. (#325)
copilot-theorem.cabal view
@@ -14,7 +14,7 @@ <https://copilot-language.github.io>. -version : 3.10+version : 3.11 license : BSD3 license-file : LICENSE maintainer : Ivan Perez <ivan.perezdominguez@nasa.gov>@@ -63,7 +63,7 @@ , xml >= 1.3 && < 1.4 , what4 >= 1.1 && < 1.4 - , copilot-core >= 3.10 && < 3.11+ , copilot-core >= 3.11 && < 3.12 exposed-modules : Copilot.Theorem , Copilot.Theorem.Prove