packages feed

copilot-theorem 3.18.1 → 3.19

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 @@+2024-03-07+        * Version bump (3.19). (#504)+ 2024-01-07         * Version bump (3.18.1). (#493)         * Adjust to work with GHC 9.6. (#491)
copilot-theorem.cabal view
@@ -14,7 +14,7 @@   <https://copilot-language.github.io>.  -version                   : 3.18.1+version                   : 3.19 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.6 -                          , copilot-core          >= 3.18.1 && < 3.19-                          , copilot-prettyprinter >= 3.18.1 && < 3.19+                          , copilot-core          >= 3.19 && < 3.20+                          , copilot-prettyprinter >= 3.19 && < 3.20    exposed-modules         : Copilot.Theorem                           , Copilot.Theorem.Prove