arduino-copilot 1.7.1 → 1.7.2
raw patch · 11 files changed
+74/−68 lines, 11 filesdep ~copilotdep ~copilot-c99dep ~copilot-languagePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: copilot, copilot-c99, copilot-language, sketch-frp-copilot
API changes (from Hackage documentation)
Files
- CHANGELOG +6/−0
- Examples/Blink/stack.yaml +7/−7
- Examples/Button/stack.yaml +7/−7
- Examples/ButtonHold/stack.yaml +7/−7
- Examples/EEPROM/stack.yaml +7/−7
- Examples/EEPROMrange/stack.yaml +7/−7
- Examples/Random/stack.yaml +7/−7
- Examples/SerialPort/stack.yaml +7/−7
- Examples/WaterHeater/stack.yaml +7/−7
- arduino-copilot.cabal +5/−5
- stack.yaml +7/−7
CHANGELOG view
@@ -1,3 +1,9 @@+arduino-copilot (1.7.2) upstream; urgency=medium++ * Update to copilot-3.10.++ -- Joey Hess <id@joeyh.name> Tue, 12 Jul 2022 21:45:25 -0400+ arduino-copilot (1.7.1) upstream; urgency=medium * Added byteArray to serial modules, which allows outputting a
Examples/Blink/stack.yaml view
@@ -3,13 +3,13 @@ - '../..' resolver: lts-18.9 extra-deps: -- sketch-frp-copilot-1.0.2-- copilot-3.9-- copilot-c99-3.9-- copilot-core-3.9-- copilot-language-3.9-- copilot-libraries-3.9-- copilot-theorem-3.9+- sketch-frp-copilot-1.0.3+- copilot-3.10+- copilot-c99-3.10+- copilot-core-3.10+- copilot-language-3.10+- copilot-libraries-3.10+- copilot-theorem-3.10 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/Button/stack.yaml view
@@ -3,13 +3,13 @@ - '../..' resolver: lts-18.9 extra-deps: -- sketch-frp-copilot-1.0.2-- copilot-3.9-- copilot-c99-3.9-- copilot-core-3.9-- copilot-language-3.9-- copilot-libraries-3.9-- copilot-theorem-3.9+- sketch-frp-copilot-1.0.3+- copilot-3.10+- copilot-c99-3.10+- copilot-core-3.10+- copilot-language-3.10+- copilot-libraries-3.10+- copilot-theorem-3.10 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/ButtonHold/stack.yaml view
@@ -3,13 +3,13 @@ - '../..' resolver: lts-18.9 extra-deps: -- sketch-frp-copilot-1.0.2-- copilot-3.9-- copilot-c99-3.9-- copilot-core-3.9-- copilot-language-3.9-- copilot-libraries-3.9-- copilot-theorem-3.9+- sketch-frp-copilot-1.0.3+- copilot-3.10+- copilot-c99-3.10+- copilot-core-3.10+- copilot-language-3.10+- copilot-libraries-3.10+- copilot-theorem-3.10 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/EEPROM/stack.yaml view
@@ -3,13 +3,13 @@ - '../..' resolver: lts-18.9 extra-deps: -- sketch-frp-copilot-1.0.2-- copilot-3.9-- copilot-c99-3.9-- copilot-core-3.9-- copilot-language-3.9-- copilot-libraries-3.9-- copilot-theorem-3.9+- sketch-frp-copilot-1.0.3+- copilot-3.10+- copilot-c99-3.10+- copilot-core-3.10+- copilot-language-3.10+- copilot-libraries-3.10+- copilot-theorem-3.10 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/EEPROMrange/stack.yaml view
@@ -3,13 +3,13 @@ - '../..' resolver: lts-18.9 extra-deps: -- sketch-frp-copilot-1.0.2-- copilot-3.9-- copilot-c99-3.9-- copilot-core-3.9-- copilot-language-3.9-- copilot-libraries-3.9-- copilot-theorem-3.9+- sketch-frp-copilot-1.0.3+- copilot-3.10+- copilot-c99-3.10+- copilot-core-3.10+- copilot-language-3.10+- copilot-libraries-3.10+- copilot-theorem-3.10 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/Random/stack.yaml view
@@ -3,13 +3,13 @@ - '../..' resolver: lts-18.9 extra-deps: -- sketch-frp-copilot-1.0.2-- copilot-3.9-- copilot-c99-3.9-- copilot-core-3.9-- copilot-language-3.9-- copilot-libraries-3.9-- copilot-theorem-3.9+- sketch-frp-copilot-1.0.3+- copilot-3.10+- copilot-c99-3.10+- copilot-core-3.10+- copilot-language-3.10+- copilot-libraries-3.10+- copilot-theorem-3.10 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/SerialPort/stack.yaml view
@@ -3,13 +3,13 @@ - '../..' resolver: lts-18.9 extra-deps: -- sketch-frp-copilot-1.0.2-- copilot-3.9-- copilot-c99-3.9-- copilot-core-3.9-- copilot-language-3.9-- copilot-libraries-3.9-- copilot-theorem-3.9+- sketch-frp-copilot-1.0.3+- copilot-3.10+- copilot-c99-3.10+- copilot-core-3.10+- copilot-language-3.10+- copilot-libraries-3.10+- copilot-theorem-3.10 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/WaterHeater/stack.yaml view
@@ -3,13 +3,13 @@ - '../..' resolver: lts-18.9 extra-deps: -- sketch-frp-copilot-1.0.2-- copilot-3.9-- copilot-c99-3.9-- copilot-core-3.9-- copilot-language-3.9-- copilot-libraries-3.9-- copilot-theorem-3.9+- sketch-frp-copilot-1.0.3+- copilot-3.10+- copilot-c99-3.10+- copilot-core-3.10+- copilot-language-3.10+- copilot-libraries-3.10+- copilot-theorem-3.10 - 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.7.1+Version: 1.7.2 Cabal-Version: >= 1.10 License: BSD3 Maintainer: Joey Hess <id@joeyh.name>@@ -114,10 +114,10 @@ Copilot.Arduino.Main Build-Depends: base (>= 4.5 && < 5),- sketch-frp-copilot (== 1.0.2),- copilot (== 3.9.*),- copilot-c99 (== 3.9.*),- copilot-language (== 3.9.*),+ sketch-frp-copilot (== 1.0.3),+ copilot (== 3.10.*),+ copilot-c99 (== 3.10.*),+ copilot-language (== 3.10.*), filepath, directory, mtl,
stack.yaml view
@@ -2,13 +2,13 @@ - '.' resolver: lts-18.9 extra-deps:-- sketch-frp-copilot-1.0.2-- copilot-3.9-- copilot-c99-3.9-- copilot-core-3.9-- copilot-language-3.9-- copilot-libraries-3.9-- copilot-theorem-3.9+- sketch-frp-copilot-1.0.3+- copilot-3.10+- copilot-c99-3.10+- copilot-core-3.10+- copilot-language-3.10+- copilot-libraries-3.10+- copilot-theorem-3.10 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2