diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+#### 2.4.0.2
+
+* Compatibility with GHC 8.2/time 1.8
+
 #### 2.4.0.1
 
 * Compatibility with time 1.5.
diff --git a/HDBC.cabal b/HDBC.cabal
--- a/HDBC.cabal
+++ b/HDBC.cabal
@@ -1,5 +1,5 @@
 Name: HDBC
-Version: 2.4.0.1
+Version: 2.4.0.2
 License: BSD3
 Maintainer: Nicolas Wu <nicolas.wu@gmail.com>
 Author: John Goerzen, Nicolas Wu
@@ -35,7 +35,7 @@
   if flag(splitBase)
     Build-Depends: base>=3 && <5, old-time, bytestring, containers
     if flag(minTime15)
-      Build-Depends: time >= 1.5 && < 1.6
+      Build-Depends: time >= 1.5 && < 1.9
       CPP-Options: -DMIN_TIME_15
     else
       Build-Depends: time < 1.5, old-locale
@@ -57,7 +57,7 @@
   Extensions: ExistentialQuantification, CPP, MultiParamTypeClasses,
     FlexibleContexts, TypeSynonymInstances, TypeOperators, RankNTypes,
     FlexibleInstances, DeriveDataTypeable
-    
+
 Executable runtests
    if flag(buildtests)
       Buildable: True
@@ -66,7 +66,7 @@
       if flag(splitBase)
         Build-Depends: base>=3 && <5, old-time, bytestring, containers
         if flag(minTime15)
-          Build-Depends: time >= 1.5 && < 1.6
+          Build-Depends: time >= 1.5 && < 1.9
         else
           Build-Depends: time < 1.5, old-locale
       else
@@ -87,4 +87,3 @@
    Extensions: ExistentialQuantification, CPP, MultiParamTypeClasses,
      FlexibleContexts, TypeSynonymInstances, TypeOperators,
      RankNTypes, FlexibleInstances
-   
