packages feed

sketch-frp-copilot 1.0.8 → 1.0.9

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.9) upstream; urgency=medium++  * Update copilot to version 3.18.++ -- Joey Hess <id@joeyh.name>  Thu, 22 Feb 2024 13:33:08 -0400+ sketch-frp-copilot (1.0.8) upstream; urgency=medium    * Update copilot to version 3.14.
sketch-frp-copilot.cabal view
@@ -1,5 +1,5 @@ Name: sketch-frp-copilot-Version: 1.0.8+Version: 1.0.9 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.14.*),-    copilot-c99 (== 3.14.*),-    copilot-language (== 3.14.*),+    copilot (== 3.18.*),+    copilot-c99 (== 3.18.*),+    copilot-language (== 3.18.*),     mtl,     optparse-applicative (>= 0.14.1),     containers