reactive-banana-wx 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- reactive-banana-wx.cabal +1/−1
- src/Counter.hs +1/−1
reactive-banana-wx.cabal view
@@ -1,5 +1,5 @@ Name: reactive-banana-wx-Version: 0.1.0.0+Version: 0.1.0.1 Synopsis: Examples for the reactive-banana library, using wxHaskell. Description: This library provides some examples for the @reactive-banana@ library,
src/Counter.hs view
@@ -3,7 +3,7 @@ Example: Counter ------------------------------------------------------------------------------}-module Counter where+module Main where import Reactive import Reactive.WX