packages feed

copilot-theorem 3.19.1 → 3.20

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~copilot-coredep ~copilot-prettyprinterdep ~what4PVP ok

version bump matches the API change (PVP)

Dependency ranges changed: copilot-core, copilot-prettyprinter, what4

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,7 @@+2024-07-07+        * Version bump (3.20). (#522)+        * What4 upper-bound dependency version bump. (#514)+ 2024-05-07         * Version bump (3.19.1). (#512)         * Fix handling of unsatisfiable properties with Kind2. (#495)
copilot-theorem.cabal view
@@ -14,7 +14,7 @@   <https://copilot-language.github.io>.  -version                   : 3.19.1+version                   : 3.20 license                   : BSD3 license-file              : LICENSE maintainer                : Ivan Perez <ivan.perezdominguez@nasa.gov>@@ -61,10 +61,10 @@                           , random                >= 1.1 && < 1.3                           , transformers          >= 0.5 && < 0.7                           , xml                   >= 1.3 && < 1.4-                          , what4                 >= 1.3 && < 1.6+                          , what4                 >= 1.3 && < 1.7 -                          , copilot-core          >= 3.19.1 && < 3.20-                          , copilot-prettyprinter >= 3.19.1 && < 3.20+                          , copilot-core          >= 3.20 && < 3.21+                          , copilot-prettyprinter >= 3.20 && < 3.21    exposed-modules         : Copilot.Theorem                           , Copilot.Theorem.Prove