packages feed

copilot-verifier 4.5 → 4.5.1

raw patch · 2 files changed

+11/−8 lines, 2 filesdep ~copilotdep ~copilot-c99dep ~copilot-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: copilot, copilot-c99, copilot-core, copilot-language, copilot-libraries, copilot-prettyprinter, copilot-theorem

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,6 @@+2025-09-07+        * Version bump (4.5.1). (#666)+ 2025-07-07         * Version bump (4.5). (#642)         * Include `copilot-verifier` in mainline `copilot` repo. (#622)
copilot-verifier.cabal view
@@ -1,6 +1,6 @@ Cabal-version: 2.2 Name:          copilot-verifier-Version:       4.5+Version:       4.5.1 Author:        Galois Inc. Maintainer:    rscott@galois.com Copyright:     (c) Galois, Inc 2021-2024@@ -45,9 +45,9 @@     bv-sized >= 1.0.0 && < 1.1,     bytestring,     containers >= 0.5.9.0,-    copilot-c99 >= 4.5 && < 4.6,-    copilot-core >= 4.5 && < 4.6,-    copilot-theorem >= 4.5 && < 4.6,+    copilot-c99 >= 4.5.1 && < 4.6,+    copilot-core >= 4.5.1 && < 4.6,+    copilot-theorem >= 4.5.1 && < 4.6,     crucible >= 0.7.1 && < 0.8,     crucible-llvm >= 0.7 && < 0.8,     crux >= 0.7.1 && < 0.8,@@ -80,10 +80,10 @@   hs-source-dirs: examples   build-depends:     case-insensitive,-    copilot >= 4.5 && < 4.6,-    copilot-language >= 4.5 && < 4.6,-    copilot-libraries >= 4.5 && < 4.6,-    copilot-prettyprinter >= 4.5 && < 4.6,+    copilot >= 4.5.1 && < 4.6,+    copilot-language >= 4.5.1 && < 4.6,+    copilot-libraries >= 4.5.1 && < 4.6,+    copilot-prettyprinter >= 4.5.1 && < 4.6,     copilot-verifier   exposed-modules:     Copilot.Verifier.Examples