packages feed

reactive-banana-automation 0.5.6 → 0.5.7

raw patch · 2 files changed

+9/−3 lines, 2 filesdep ~timedep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time, transformers

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,9 @@+reactive-banana-automation (0.5.7) upstream; urgency=medium++  * Allow building with time-1.12 and transformers-0.6++ -- Joey Hess <id@joeyh.name>  Fri, 11 Oct 2024 18:16:57 -0400+ reactive-banana-automation (0.5.6) upstream; urgency=medium    * Allow building with reactive-banana 1.3
reactive-banana-automation.cabal view
@@ -1,5 +1,5 @@ Name: reactive-banana-automation-Version: 0.5.6+Version: 0.5.7 Cabal-Version: >= 1.10 License: AGPL-3 Maintainer: Joey Hess <id@joeyh.name>@@ -32,9 +32,9 @@   Build-Depends:     base (>= 4.9 && < 5.0),     reactive-banana (>= 1.1 && < 1.4),-    time (>= 1.6 && < 1.10),+    time (>= 1.6 && < 1.13),     stm (>= 2.4 && < 2.6),-    transformers (>= 0.5 && < 0.6)+    transformers (>= 0.5 && < 0.7)   Exposed-Modules:     Reactive.Banana.Automation     Reactive.Banana.Automation.Examples