packages feed

copilot-theorem 3.13 → 3.14

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 @@+2023-03-07+        * Version bump (3.14). (#422)+        * Adjust contraints on version of what4. (#423)+ 2023-01-07         * Version bump (3.13). (#406) 
copilot-theorem.cabal view
@@ -14,7 +14,7 @@   <https://copilot-language.github.io>.  -version                   : 3.13+version                   : 3.14 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.4+                          , what4                 >= 1.3 && < 1.5 -                          , copilot-core          >= 3.13 && < 3.14-                          , copilot-prettyprinter >= 3.13 && < 3.14+                          , copilot-core          >= 3.14 && < 3.15+                          , copilot-prettyprinter >= 3.14 && < 3.15    exposed-modules         : Copilot.Theorem                           , Copilot.Theorem.Prove