packages feed

reactive-banana-wx 0.9.0.1 → 0.9.0.2

raw patch · 2 files changed

+12/−4 lines, 2 filesdep ~arraydep ~process

Dependency ranges changed: array, process

Files

CHANGELOG.md view
@@ -1,6 +1,14 @@ Changelog for the `reactive-banana-wx` package ---------------------------------------------- +**version 0.9.0.2**++* Allow newer dependencies (including `array`, `process`, `wx`, `wxcore`).++**version 0.9.0.0**++* The library now may depend on `reactive-banana-0.9` as well.+ **version 0.8.0.0**  * The library now depends on `reactive-banana` version `== 0.8.*`.
reactive-banana-wx.cabal view
@@ -1,5 +1,5 @@ Name:                reactive-banana-wx-Version:             0.9.0.1+Version:             0.9.0.2 Synopsis:            Examples for the reactive-banana library, using wxHaskell. Description:     This library provides some GUI examples for the @reactive-banana@ library,@@ -53,7 +53,7 @@ Executable Animation     if flag(buildExamples)         build-depends:-            process >= 1.0 && < 1.2,+            process >= 1.0 && < 1.4,             random == 1.0.*,             executable-path == 0.0.*,             filepath >= 1.1 && <= 1.4,@@ -123,7 +123,7 @@  Executable NetMonitor     if flag(buildExamples)-        build-depends: process >= 1.0 && < 1.2,+        build-depends: process >= 1.0 && < 1.4,                        reactive-banana, wx, wxcore, base     else         buildable: False@@ -132,7 +132,7 @@  Executable TicTacToe     if flag(buildExamples)-        build-depends: array >= 0.3 && < 0.5,+        build-depends: array >= 0.3 && < 0.6,                        reactive-banana, wx, wxcore, base     else         buildable: False