packages feed

sketch-frp-copilot 1.0.2 → 1.0.3

raw patch · 2 files changed

+10/−4 lines, 2 filesdep ~copilotdep ~copilot-c99dep ~copilot-languagePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: copilot, copilot-c99, copilot-language

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,9 @@+sketch-frp-copilot (1.0.3) upstream; urgency=medium++  * Update copilot to version 3.10.++ -- Joey Hess <id@joeyh.name>  Tue, 12 Jul 2022 21:38:30 -0400+ sketch-frp-copilot (1.0.2) upstream; urgency=medium    * Update copilot to version 3.9.
sketch-frp-copilot.cabal view
@@ -1,5 +1,5 @@ Name: sketch-frp-copilot-Version: 1.0.2+Version: 1.0.3 Cabal-Version: >= 1.10 License: BSD3 Maintainer: Joey Hess <id@joeyh.name>@@ -35,9 +35,9 @@     Sketch.FRP.Copilot.Internals   Build-Depends:     base (>= 4.5 && < 5),-    copilot (== 3.9.*),-    copilot-c99 (== 3.9.*),-    copilot-language (== 3.9.*),+    copilot (== 3.10.*),+    copilot-c99 (== 3.10.*),+    copilot-language (== 3.10.*),     mtl,     optparse-applicative (>= 0.14.1),     containers