arduino-copilot 1.5.5 → 1.5.6
raw patch · 11 files changed
+64/−58 lines, 11 filesdep ~copilotdep ~copilot-c99dep ~copilot-languagePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: copilot, copilot-c99, copilot-language
API changes (from Hackage documentation)
- Copilot.Arduino: funArg :: Typed a => Stream a -> Arg
Files
- CHANGELOG +6/−0
- Examples/Blink/stack.yaml +6/−6
- Examples/Button/stack.yaml +6/−6
- Examples/ButtonHold/stack.yaml +6/−6
- Examples/EEPROM/stack.yaml +6/−6
- Examples/EEPROMrange/stack.yaml +6/−6
- Examples/Random/stack.yaml +6/−6
- Examples/SerialPort/stack.yaml +6/−6
- Examples/WaterHeater/stack.yaml +6/−6
- arduino-copilot.cabal +4/−4
- stack.yaml +6/−6
CHANGELOG view
@@ -1,3 +1,9 @@+arduino-copilot (1.5.6) unstable; urgency=medium++ * Update to copilot-3.6.++ -- Joey Hess <id@joeyh.name> Tue, 09 Nov 2021 11:53:16 -0400+ arduino-copilot (1.5.5) unstable; urgency=medium * Added ButtonHold example, which shows how to accumulate state.
Examples/Blink/stack.yaml view
@@ -3,12 +3,12 @@ - '../..' resolver: lts-18.9 extra-deps: -- copilot-3.5-- copilot-c99-3.5-- copilot-core-3.5-- copilot-language-3.5-- copilot-libraries-3.5-- copilot-theorem-3.5+- copilot-3.6+- copilot-c99-3.6+- copilot-core-3.6+- copilot-language-3.6+- copilot-libraries-3.6+- copilot-theorem-3.6 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/Button/stack.yaml view
@@ -3,12 +3,12 @@ - '../..' resolver: lts-18.9 extra-deps: -- copilot-3.5-- copilot-c99-3.5-- copilot-core-3.5-- copilot-language-3.5-- copilot-libraries-3.5-- copilot-theorem-3.5+- copilot-3.6+- copilot-c99-3.6+- copilot-core-3.6+- copilot-language-3.6+- copilot-libraries-3.6+- copilot-theorem-3.6 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/ButtonHold/stack.yaml view
@@ -3,12 +3,12 @@ - '../..' resolver: lts-18.9 extra-deps: -- copilot-3.5-- copilot-c99-3.5-- copilot-core-3.5-- copilot-language-3.5-- copilot-libraries-3.5-- copilot-theorem-3.5+- copilot-3.6+- copilot-c99-3.6+- copilot-core-3.6+- copilot-language-3.6+- copilot-libraries-3.6+- copilot-theorem-3.6 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/EEPROM/stack.yaml view
@@ -3,12 +3,12 @@ - '../..' resolver: lts-18.9 extra-deps: -- copilot-3.5-- copilot-c99-3.5-- copilot-core-3.5-- copilot-language-3.5-- copilot-libraries-3.5-- copilot-theorem-3.5+- copilot-3.6+- copilot-c99-3.6+- copilot-core-3.6+- copilot-language-3.6+- copilot-libraries-3.6+- copilot-theorem-3.6 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/EEPROMrange/stack.yaml view
@@ -3,12 +3,12 @@ - '../..' resolver: lts-18.9 extra-deps: -- copilot-3.5-- copilot-c99-3.5-- copilot-core-3.5-- copilot-language-3.5-- copilot-libraries-3.5-- copilot-theorem-3.5+- copilot-3.6+- copilot-c99-3.6+- copilot-core-3.6+- copilot-language-3.6+- copilot-libraries-3.6+- copilot-theorem-3.6 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/Random/stack.yaml view
@@ -3,12 +3,12 @@ - '../..' resolver: lts-18.9 extra-deps: -- copilot-3.5-- copilot-c99-3.5-- copilot-core-3.5-- copilot-language-3.5-- copilot-libraries-3.5-- copilot-theorem-3.5+- copilot-3.6+- copilot-c99-3.6+- copilot-core-3.6+- copilot-language-3.6+- copilot-libraries-3.6+- copilot-theorem-3.6 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/SerialPort/stack.yaml view
@@ -3,12 +3,12 @@ - '../..' resolver: lts-18.9 extra-deps: -- copilot-3.5-- copilot-c99-3.5-- copilot-core-3.5-- copilot-language-3.5-- copilot-libraries-3.5-- copilot-theorem-3.5+- copilot-3.6+- copilot-c99-3.6+- copilot-core-3.6+- copilot-language-3.6+- copilot-libraries-3.6+- copilot-theorem-3.6 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/WaterHeater/stack.yaml view
@@ -3,12 +3,12 @@ - '../..' resolver: lts-18.9 extra-deps: -- copilot-3.5-- copilot-c99-3.5-- copilot-core-3.5-- copilot-language-3.5-- copilot-libraries-3.5-- copilot-theorem-3.5+- copilot-3.6+- copilot-c99-3.6+- copilot-core-3.6+- copilot-language-3.6+- copilot-libraries-3.6+- copilot-theorem-3.6 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
arduino-copilot.cabal view
@@ -1,5 +1,5 @@ Name: arduino-copilot-Version: 1.5.5+Version: 1.5.6 Cabal-Version: >= 1.10 License: BSD3 Maintainer: Joey Hess <id@joeyh.name>@@ -114,9 +114,9 @@ Copilot.Arduino.Main Build-Depends: base (>= 4.5 && < 5),- copilot (== 3.5.*),- copilot-c99 (== 3.5.*),- copilot-language (== 3.5.*),+ copilot (== 3.6.*),+ copilot-c99 (== 3.6.*),+ copilot-language (== 3.6.*), filepath, directory, mtl,
stack.yaml view
@@ -2,12 +2,12 @@ - '.' resolver: lts-18.9 extra-deps:-- copilot-3.5-- copilot-c99-3.5-- copilot-core-3.5-- copilot-language-3.5-- copilot-libraries-3.5-- copilot-theorem-3.5+- copilot-3.6+- copilot-c99-3.6+- copilot-core-3.6+- copilot-language-3.6+- copilot-libraries-3.6+- copilot-theorem-3.6 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2