copilot-theorem 3.3 → 3.4
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 @@+2021-07-07+ * Version bump (3.4). (#231)+ 2021-05-07 * Version bump (3.3). (#217). * Adjust contraints on version of what4. (#90).
copilot-theorem.cabal view
@@ -14,7 +14,7 @@ <https://copilot-language.github.io>. -version : 3.3+version : 3.4 license : BSD3 license-file : LICENSE maintainer : jonathan.laurent@ens.fr@@ -72,7 +72,7 @@ , xml >= 1.3 && < 1.4 , what4 >= 1.1 && < 1.2 - , copilot-core >= 3.3 && < 3.4+ , copilot-core >= 3.4 && < 3.5 exposed-modules : Copilot.Theorem , Copilot.Theorem.Prove