packages feed

copilot-theorem 3.12 → 3.13

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 view
@@ -1,3 +1,6 @@+2023-01-07+        * Version bump (3.13). (#406)+ 2022-11-07         * Version bump (3.12). (#389)         * Add functionality for bisimulation proofs of Copilot specifications. (#363)
copilot-theorem.cabal view
@@ -14,7 +14,7 @@   <https://copilot-language.github.io>.  -version                   : 3.12+version                   : 3.13 license                   : BSD3 license-file              : LICENSE maintainer                : Ivan Perez <ivan.perezdominguez@nasa.gov>@@ -63,8 +63,8 @@                           , xml                   >= 1.3 && < 1.4                           , what4                 >= 1.3 && < 1.4 -                          , copilot-core          >= 3.12 && < 3.13-                          , copilot-prettyprinter >= 3.12 && < 3.13+                          , copilot-core          >= 3.13 && < 3.14+                          , copilot-prettyprinter >= 3.13 && < 3.14    exposed-modules         : Copilot.Theorem                           , Copilot.Theorem.Prove