diff --git a/googlepolyline.cabal b/googlepolyline.cabal
--- a/googlepolyline.cabal
+++ b/googlepolyline.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                googlepolyline
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Google Polyline Encoder/Decoder
 description:         
     Encoding and decoding functions for Google Maps' polyline format.
@@ -26,7 +26,7 @@
   exposed-modules:     Data.Text.GooglePolyline
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.7 && <4.8
+  build-depends:       base >=4.7 && <4.9
                      , bytestring >= 0.10 && <0.11
                      , text >= 1.2 && <1.3
   hs-source-dirs:      src
@@ -37,12 +37,12 @@
   hs-source-dirs:      tests
   other-modules:       Units
                      , QuickCheck
-  build-depends:       base >=4.7 && <4.8
+  build-depends:       base >=4.7 && <4.9
                      , googlepolyline
                      , bytestring >= 0.10 && <0.11
                      , text >= 1.2 && <1.3
-                     , HUnit >= 1.2 && <1.3
-                     , QuickCheck >= 2.7 && <2.8
+                     , HUnit >= 1.2 && <1.4
+                     , QuickCheck >= 2.7 && <2.9
                      , test-framework-hunit >= 0.3 && <0.4
                      , test-framework-quickcheck2 >= 0.3 && <0.4
                      , test-framework >= 0.8 && <0.9
