reactive-banana-wx 0.9.0.0 → 0.9.0.1
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~wxdep ~wxcore
Dependency ranges changed: wx, wxcore
Files
- reactive-banana-wx.cabal +3/−3
- src/CRUD.hs +1/−1
reactive-banana-wx.cabal view
@@ -1,5 +1,5 @@ Name: reactive-banana-wx-Version: 0.9.0.0+Version: 0.9.0.1 Synopsis: Examples for the reactive-banana library, using wxHaskell. Description: This library provides some GUI examples for the @reactive-banana@ library,@@ -40,8 +40,8 @@ build-depends: base >= 4.2 && < 5, cabal-macosx >= 0.1 && < 0.3, reactive-banana >= 0.8 && < 0.10,- wxcore (>= 0.13.2.1 && < 0.90) || (>= 0.90.0.1 && < 0.92),- wx (>= 0.13.2.1 && < 0.90) || (>= 0.90.0.1 && < 0.92)+ wxcore (>= 0.13.2.1 && < 0.90) || (>= 0.90.0.1 && < 0.93),+ wx (>= 0.13.2.1 && < 0.90) || (>= 0.90.0.1 && < 0.93) extensions: ExistentialQuantification exposed-modules: Reactive.Banana.WX
src/CRUD.hs view
@@ -15,7 +15,7 @@ import Data.Maybe import qualified Data.Map as Map -import Graphics.UI.WX hiding (Event)+import Graphics.UI.WX hiding (Event, update) import Reactive.Banana import Reactive.Banana.WX