copilot-language 3.18 → 3.18.1
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~copilot-coredep ~copilot-interpreterdep ~copilot-theorem
Dependency ranges changed: copilot-core, copilot-interpreter, copilot-theorem
Files
- CHANGELOG +3/−0
- copilot-language.cabal +4/−4
CHANGELOG view
@@ -1,4 +1,7 @@ 2024-01-07+ * Version bump (3.18.1). (#493)++2024-01-07 * Version bump (3.18). (#487) * Add type annotation to help type inference engine. (#469) * Rename forall to forAll. (#470)
copilot-language.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: copilot-language-version: 3.18+version: 3.18.1 synopsis: A Haskell-embedded DSL for monitoring hard real-time distributed systems. description:@@ -42,9 +42,9 @@ , data-reify >= 0.6 && < 0.7 , mtl >= 2.0 && < 3 - , copilot-core >= 3.18 && < 3.19- , copilot-interpreter >= 3.18 && < 3.19- , copilot-theorem >= 3.18 && < 3.19+ , copilot-core >= 3.18.1 && < 3.19+ , copilot-interpreter >= 3.18.1 && < 3.19+ , copilot-theorem >= 3.18.1 && < 3.19 exposed-modules: Copilot.Language , Copilot.Language.Operators.BitWise