packages feed

sketch-frp-copilot 1.0.5 → 1.0.6

raw patch · 2 files changed

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

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

Files

CHANGELOG view
@@ -1,3 +1,9 @@+sketch-frp-copilot (1.0.6) upstream; urgency=medium++  * Update copilot to version 3.13.++ -- Joey Hess <id@joeyh.name>  Tue, 10 Jan 2023 11:21:25 -0400+ sketch-frp-copilot (1.0.5) upstream; urgency=medium    * Update copilot to version 3.12.
sketch-frp-copilot.cabal view
@@ -1,5 +1,5 @@ Name: sketch-frp-copilot-Version: 1.0.5+Version: 1.0.6 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.12.*),-    copilot-c99 (== 3.12.*),-    copilot-language (== 3.12.*),+    copilot (== 3.13.*),+    copilot-c99 (== 3.13.*),+    copilot-language (== 3.13.*),     mtl,     optparse-applicative (>= 0.14.1),     containers