diff --git a/text-iso8601.cabal b/text-iso8601.cabal
--- a/text-iso8601.cabal
+++ b/text-iso8601.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               text-iso8601
-version:            0.1.1
+version:            0.1.1.1
 synopsis:           Converting time to and from ISO 8601 text.
 description:
   Converting time to and from IS0 8601 text.
@@ -24,15 +24,17 @@
    || ==9.0.2
    || ==9.2.8
    || ==9.4.8
-   || ==9.6.5
-   || ==9.8.2
+   || ==9.6.6
+   || ==9.8.4
    || ==9.10.1
+   || ==9.12.4
+   || ==9.14.1
 
 extra-source-files: changelog.md
 
 source-repository head
   type:     git
-  location: git://github.com/haskell/aeson.git
+  location: https://github.com/haskell/aeson.git
   subdir:   text-iso8601
 
 library
@@ -47,7 +49,7 @@
       base                >=4.12.0.0 && <5
     , integer-conversion  >=0.1      && <0.2
     , text                >=1.2.3.0  && <1.3.0.0 || >=2.0 && <2.2
-    , time                >=1.8.0.2  && <1.13
+    , time                >=1.8.0.2  && <1.16
     , time-compat         >=1.9.4    && <1.10
 
 test-suite text-iso8601-tests
@@ -64,11 +66,11 @@
 
   -- test dependencies
   build-depends:
-      QuickCheck            >=2.14.3   && <2.16
-    , quickcheck-instances  >=0.3.29.1 && <0.4
+      QuickCheck            >=2.14.3   && <2.19
+    , quickcheck-instances  >=0.3.29.1 && <0.5
     , tasty                 >=1.4.3    && <1.6
     , tasty-hunit           >=0.10.0.3 && <0.11
-    , tasty-quickcheck      >=0.10.2   && <0.11
+    , tasty-quickcheck      >=0.10.2   && <0.12
 
 benchmark text-iso8601-bench
   default-language: Haskell2010
@@ -80,10 +82,9 @@
       base
     , text
     , text-iso8601
-    , time-compat
 
   -- bench dependencies
   build-depends:
       attoparsec          >=0.14.4  && <0.15
     , attoparsec-iso8601  >=1.1.0.1 && <1.2
-    , tasty-bench         >=0.3.4   && <0.4
+    , tasty-bench         >=0.3.4   && <0.5
