diff --git a/google-mail-filters.cabal b/google-mail-filters.cabal
--- a/google-mail-filters.cabal
+++ b/google-mail-filters.cabal
@@ -1,11 +1,11 @@
 name:           google-mail-filters
-version:        0.0.1.0
+version:        0.0.1.1
 synopsis:       Write GMail filters and output to importable XML
 description:
     Organise your Google Mail filters as a Haskell EDSL, and produce XML
     output that can be imported from the GMail web interface.
     .
-    See <http://github.com/liyang/google-mail-filters/example.hs>.
+    See <https://github.com/liyang/google-mail-filters/blob/master/example.hs>.
 homepage:       https://github.com/liyang/google-mail-filters
 license:        BSD3
 license-file:   LICENSE
@@ -30,7 +30,7 @@
     build-depends:
         base >= 4.5 && <= 9000,
         containers >= 0.4,
-        google-search >= 0.1,
+        google-search >= 0.1.0.1,
         old-locale >= 1.0,
         text >= 0.11,
         time >= 1.4,
