diff --git a/manatee-browser.cabal b/manatee-browser.cabal
--- a/manatee-browser.cabal
+++ b/manatee-browser.cabal
@@ -1,5 +1,5 @@
 name:			manatee-browser
-version:		0.1.0
+version:		0.1.1
 Cabal-Version:	>= 1.6
 license:		GPL-3
 license-file:	LICENSE
@@ -22,7 +22,7 @@
 stability:		provisional
 category:		Manatee, Browser, Network
 
-tested-with:	GHC==7.0.2
+tested-with:	GHC==7.0.3
 build-type:		Custom
 
 data-dir: ""
@@ -33,8 +33,8 @@
   location:     http://patch-tag.com/r/AndyStewart/manatee-browser
   
 Library
-     build-depends: base >= 4 && < 5, manatee-core >= 0.1.0, dbus-client >= 0.3 && < 0.4, stm >= 2.1.2.0,
-                    containers >= 0.3.0.0, webkit >= 0.12.0, gtk >= 0.12.0, derive, binary,
+     build-depends: base >= 4 && < 5, manatee-core >= 0.1.1, dbus-client >= 0.3 && < 0.4, stm >= 2.1.2.0,
+                    containers >= 0.3.0.0, webkit >= 0.12.0 && < 0.12.2, gtk >= 0.12.0, derive, binary,
                     text >= 0.7.1.0, mtl >= 1.1.0.2, utf8-string, filepath
      exposed-modules:
          Manatee.Extension.Browser
