diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# log-postgres-0.8.0.1 (2021-07-29)
+* Fix compilation issues caused by ambiguos occurence of `controlT`.
+
 # log-postgres-0.8.0.0 (2021-06-09)
 * Stop putting `insertion_time` and `insertion_order` in PostgreSQL.
 
diff --git a/log-postgres.cabal b/log-postgres.cabal
--- a/log-postgres.cabal
+++ b/log-postgres.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.0
 name:                log-postgres
-version:             0.8.0.0
+version:             0.8.0.1
 synopsis:            Structured logging solution (PostgreSQL back end)
 
 description:         PostgreSQL back end for the 'log' library suite.
@@ -33,7 +33,7 @@
                     , base64-bytestring     >= 1.0
                     , bytestring            >= 0.10
                     , deepseq               >= 1.4
-                    , hpqtypes              >= 1.7
+                    , hpqtypes              >= 1.9.1.2
                     , http-client           >= 0.5
                     , lifted-base           >= 0.2
                     , log-base              >= 0.10  && < 0.11
