diff --git a/json-sop.cabal b/json-sop.cabal
--- a/json-sop.cabal
+++ b/json-sop.cabal
@@ -1,5 +1,5 @@
 name:                json-sop
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            Generics JSON (de)serialization using generics-sop
 description:
   This library contains generic serialization and deserialization functions
@@ -29,9 +29,9 @@
                        tagged               >= 0.7  && < 0.8,
                        aeson                >= 0.7  && < 0.9,
                        vector               >= 0.10 && < 0.11,
-                       text                 >= 1.1  && < 1.2,
+                       text                 >= 1.1  && < 1.3,
                        unordered-containers >= 0.2  && < 0.3,
-                       time                 >= 1.4  && < 1.5,
+                       time                 >= 1.4  && < 1.6,
                        transformers         >= 0.3  && < 0.5
   hs-source-dirs:      src
   default-language:    Haskell2010
