packages feed

reactive-banana-wx 0.8.0.4 → 0.9.0.0

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~reactive-banana

Dependency ranges changed: reactive-banana

Files

reactive-banana-wx.cabal view
@@ -1,5 +1,5 @@ Name:                reactive-banana-wx-Version:             0.8.0.4+Version:             0.9.0.0 Synopsis:            Examples for the reactive-banana library, using wxHaskell. Description:     This library provides some GUI examples for the @reactive-banana@ library,@@ -15,7 +15,7 @@     .     Stability forecast: The wrapper functions are rather provisional. -Homepage:            http://haskell.org/haskellwiki/Reactive-banana+Homepage:            http://wiki.haskell.org/Reactive-banana License:             BSD3 License-file:        LICENSE Author:              Heinrich Apfelmus@@ -39,7 +39,7 @@     hs-source-dirs:  src     build-depends:   base >= 4.2 && < 5,                      cabal-macosx >= 0.1 && < 0.3,-                     reactive-banana == 0.8.*,+                     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)     extensions:      ExistentialQuantification
src/Asteroids.hs view
@@ -3,7 +3,7 @@          Example:     Asteroids, adapted from-        http://www.haskell.org/haskellwiki/WxAsteroids+        http://wiki.haskell.org/WxAsteroids          The original example has a few graphics issues     and I didn't put much work into correcting them.