diff --git a/hpgsql-simple-compat.cabal b/hpgsql-simple-compat.cabal
--- a/hpgsql-simple-compat.cabal
+++ b/hpgsql-simple-compat.cabal
@@ -1,6 +1,6 @@
-cabal-version:      1.12
+cabal-version: 2.0
 name:               hpgsql-simple-compat
-version:            0.1.0.0
+version:            0.2.0.0
 synopsis:           Fork of postgresql-simple implemented with hpgsql instead of postgresql-libpq.
 description:
   This is a fork of postgresql-simple that tries to preserve its API as much as possible, but
@@ -93,7 +93,7 @@
     , aeson >= 2.2 && < 2.3
     , attoparsec >= 0.14 && < 0.15
     , haskell-src-meta >= 0.8 && < 0.9
-    , hpgsql >= 0.1 && < 0.2
+    , hpgsql >= 0.2 && < 0.3
     , hashable >= 1.5 && < 1.6
     , mtl >= 2.3 && < 2.4
     , streaming >= 0.2 && < 0.3
