packages feed

copilot-theorem 3.16 → 3.16.1

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-09-07+        * Version bump (3.16.1). (#455)+ 2023-07-07         * Version bump (3.16). (#448) 
copilot-theorem.cabal view
@@ -14,7 +14,7 @@   <https://copilot-language.github.io>.  -version                   : 3.16+version                   : 3.16.1 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.5 -                          , copilot-core          >= 3.16 && < 3.17-                          , copilot-prettyprinter >= 3.16 && < 3.17+                          , copilot-core          >= 3.16.1 && < 3.17+                          , copilot-prettyprinter >= 3.16.1 && < 3.17    exposed-modules         : Copilot.Theorem                           , Copilot.Theorem.Prove