packages feed

copilot 3.12 → 3.13

raw patch · 2 files changed

+9/−6 lines, 2 filesdep ~copilot-c99dep ~copilot-coredep ~copilot-languagePVP ok

version bump matches the API change (PVP)

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

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,6 @@+2023-01-07+        * Version bump (3.13). (#406)+ 2022-11-07         * Version bump (3.12). (#389) 
copilot.cabal view
@@ -1,5 +1,5 @@ name:                copilot-version:             3.12+version:             3.13 cabal-version:       >= 1.10 license:             BSD3 license-file:        LICENSE@@ -52,11 +52,11 @@                      , directory            >= 1.3  && < 1.4                      , filepath             >= 1.4  && < 1.5 -                     , copilot-core         >= 3.12 && < 3.13-                     , copilot-theorem      >= 3.12 && < 3.13-                     , copilot-language     >= 3.12 && < 3.13-                     , copilot-libraries    >= 3.12 && < 3.13-                     , copilot-c99          >= 3.12 && < 3.13+                     , copilot-core         >= 3.13 && < 3.14+                     , copilot-theorem      >= 3.13 && < 3.14+                     , copilot-language     >= 3.13 && < 3.14+                     , copilot-libraries    >= 3.13 && < 3.14+                     , copilot-c99          >= 3.13 && < 3.14       exposed-modules: Language.Copilot, Language.Copilot.Main