copilot 3.16 → 3.16.1
raw patch · 2 files changed
+10/−7 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-prettyprinter, copilot-theorem
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- copilot.cabal +7/−7
CHANGELOG view
@@ -1,3 +1,6 @@+2023-09-07+ * Version bump (3.16.1). (#455)+ 2023-07-07 * Version bump (3.16). (#448)
copilot.cabal view
@@ -1,5 +1,5 @@ name: copilot-version: 3.16+version: 3.16.1 cabal-version: >= 1.10 license: BSD3 license-file: LICENSE@@ -52,12 +52,12 @@ , directory >= 1.3 && < 1.4 , filepath >= 1.4 && < 1.5 - , copilot-core >= 3.16 && < 3.17- , copilot-theorem >= 3.16 && < 3.17- , copilot-language >= 3.16 && < 3.17- , copilot-libraries >= 3.16 && < 3.17- , copilot-c99 >= 3.16 && < 3.17- , copilot-prettyprinter >= 3.16 && < 3.17+ , copilot-core >= 3.16.1 && < 3.17+ , copilot-theorem >= 3.16.1 && < 3.17+ , copilot-language >= 3.16.1 && < 3.17+ , copilot-libraries >= 3.16.1 && < 3.17+ , copilot-c99 >= 3.16.1 && < 3.17+ , copilot-prettyprinter >= 3.16.1 && < 3.17 exposed-modules: Language.Copilot, Language.Copilot.Main