copilot-theorem 3.5 → 3.6
raw patch · 3 files changed
+7/−3 lines, 3 filesdep ~copilot-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: copilot-core
API changes (from Hackage documentation)
Files
- CHANGELOG +4/−0
- README.md +1/−1
- copilot-theorem.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,7 @@+2021-11-07+ * Version bump (3.6). (#264)+ * Fix outdated/broken links. (#252)+ 2021-08-19 * Version bump (3.5). (#247) * Update travis domain in README. (#222)
README.md view
@@ -1,4 +1,4 @@-[](https://travis-ci.com/Copilot-Language/copilot)+[](https://app.travis-ci.com/github/Copilot-Language/copilot) # Copilot Theorem
copilot-theorem.cabal view
@@ -14,7 +14,7 @@ <https://copilot-language.github.io>. -version : 3.5+version : 3.6 license : BSD3 license-file : LICENSE maintainer : Ivan Perez <ivan.perezdominguez@nasa.gov>@@ -72,7 +72,7 @@ , xml >= 1.3 && < 1.4 , what4 >= 1.1 && < 1.2 - , copilot-core >= 3.5 && < 3.6+ , copilot-core >= 3.6 && < 3.7 exposed-modules : Copilot.Theorem , Copilot.Theorem.Prove