reactive-banana-automation 0.5.5 → 0.5.6
raw patch · 3 files changed
+11/−4 lines, 3 filesdep ~doctestdep ~reactive-bananaPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: doctest, reactive-banana
API changes (from Hackage documentation)
Files
- CHANGELOG +7/−0
- doctests.hs +1/−1
- reactive-banana-automation.cabal +3/−3
CHANGELOG view
@@ -1,3 +1,10 @@+reactive-banana-automation (0.5.6) upstream; urgency=medium++ * Allow building with reactive-banana 1.3+ * Fix runnings doctests.++ -- Joey Hess <id@joeyh.name> Sun, 28 May 2023 16:34:29 -0400+ reactive-banana-automation (0.5.5) upstream; urgency=medium * Added liftMomemntIO.
doctests.hs view
@@ -1,3 +1,3 @@ import Test.DocTest -main = doctest ["-isrc", "-fno-warn-tabs", "Reactive/Banana/Automation/Examples.hs"]+main = doctest ["-i.", "-fno-warn-tabs", "Reactive/Banana/Automation/Examples.hs"]
reactive-banana-automation.cabal view
@@ -1,5 +1,5 @@ Name: reactive-banana-automation-Version: 0.5.5+Version: 0.5.6 Cabal-Version: >= 1.10 License: AGPL-3 Maintainer: Joey Hess <id@joeyh.name>@@ -31,7 +31,7 @@ Default-Language: Haskell2010 Build-Depends: base (>= 4.9 && < 5.0),- reactive-banana (>= 1.1 && < 1.3),+ reactive-banana (>= 1.1 && < 1.4), time (>= 1.6 && < 1.10), stm (>= 2.4 && < 2.6), transformers (>= 0.5 && < 0.6)@@ -44,4 +44,4 @@ Default-Language: Haskell2010 ghc-options: -threaded -fno-warn-tabs main-is: doctests.hs- build-depends: base, doctest >= 0.13+ build-depends: base, doctest >= 0.21.1