frpnow-gtk 0.1 → 0.11
raw patch · 3 files changed
+3/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog +1/−0
- Control/FRPNow/GTK.hs +1/−0
- frpnow-gtk.cabal +1/−1
ChangeLog view
@@ -1,1 +1,2 @@+0.11 Import applicative 0.1 Initial version
Control/FRPNow/GTK.hs view
@@ -17,6 +17,7 @@ ) where import Graphics.UI.Gtk+import Control.Applicative import Control.FRPNow import Data.Maybe import Data.IORef
frpnow-gtk.cabal view
@@ -1,5 +1,5 @@ Name: frpnow-gtk-Version: 0.1+Version: 0.11 Synopsis: Program GUIs with GTK and frpnow! Description: Program GUIs with GTK and frpnow! License: BSD3