copilot 4.3 → 4.8
raw patch · 3 files changed
Files
- CHANGELOG +27/−0
- README.md +1/−1
- copilot.cabal +8/−8
CHANGELOG view
@@ -1,3 +1,30 @@+2026-07-07+ * Version bump (4.8). (#745)++2026-05-07+ * Version bump (4.7.1). (#730)++2026-03-07+ * Version bump (4.7). (#714)++2026-01-07+ * Version bump (4.6.1). (#705)+ * Relax version constraint on optparse-applicative. (#603)++2025-11-07+ * Version bump (4.6). (#679)++2025-09-07+ * Version bump (4.5.1). (#666)+ * Add hello world example for FPGA. (#657)++2025-07-07+ * Version bump (4.5). (#642)++2025-05-07+ * Version bump (4.4). (#618)+ * Update build status badge URL. (#612)+ 2025-03-07 * Version bump (4.3). (#604) * Include missing dependencies in installation instructions. (#591)
README.md view
@@ -2,7 +2,7 @@ # Copilot -[](https://app.travis-ci.com/github/Copilot-Language/copilot)+[](https://app.travis-ci.com/github/Copilot-Language/copilot) [](https://hackage.haskell.org/package/copilot) Copilot is a runtime verification framework for hard real-time systems.
copilot.cabal view
@@ -1,5 +1,5 @@ name: copilot-version: 4.3+version: 4.8 cabal-version: >= 1.10 license: BSD3 license-file: LICENSE@@ -48,16 +48,16 @@ -fno-warn-orphans build-depends: base >= 4.9 && < 5- , optparse-applicative >= 0.14 && < 0.19+ , optparse-applicative >= 0.14 && < 0.20 , directory >= 1.3 && < 1.4 , filepath >= 1.4 && < 1.6 - , copilot-core >= 4.3 && < 4.4- , copilot-theorem >= 4.3 && < 4.4- , copilot-language >= 4.3 && < 4.4- , copilot-libraries >= 4.3 && < 4.4- , copilot-c99 >= 4.3 && < 4.4- , copilot-prettyprinter >= 4.3 && < 4.4+ , copilot-core >= 4.8 && < 4.9+ , copilot-theorem >= 4.8 && < 4.9+ , copilot-language >= 4.8 && < 4.9+ , copilot-libraries >= 4.8 && < 4.9+ , copilot-c99 >= 4.8 && < 4.9+ , copilot-prettyprinter >= 4.8 && < 4.9 exposed-modules: Language.Copilot, Language.Copilot.Main