diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,1 +1,2 @@
+0.11 Import applicative
 0.1 Initial version
diff --git a/Control/FRPNow/GTK.hs b/Control/FRPNow/GTK.hs
--- a/Control/FRPNow/GTK.hs
+++ b/Control/FRPNow/GTK.hs
@@ -17,6 +17,7 @@
   ) where
 
 import Graphics.UI.Gtk
+import Control.Applicative
 import Control.FRPNow
 import Data.Maybe
 import Data.IORef
diff --git a/frpnow-gtk.cabal b/frpnow-gtk.cabal
--- a/frpnow-gtk.cabal
+++ b/frpnow-gtk.cabal
@@ -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
