diff --git a/postgresql-simple-postgresql-types.cabal b/postgresql-simple-postgresql-types.cabal
--- a/postgresql-simple-postgresql-types.cabal
+++ b/postgresql-simple-postgresql-types.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: postgresql-simple-postgresql-types
-version: 0.1.2.0
+version: 0.1.3.0
 category: PostgreSQL, Codecs
 synopsis: Integration of "postgresql-simple" with "postgresql-types"
 homepage: https://github.com/nikita-volkov/postgresql-simple-postgresql-types
@@ -112,7 +112,6 @@
     IntegrationTests.Scripts
 
   build-depends:
-    QuickCheck >=2.14 && <3,
     async >=2.2.6 && <2.3,
     base >=4.11 && <5,
     hspec >=2.11 && <3,
@@ -120,6 +119,7 @@
     postgresql-simple-postgresql-types,
     postgresql-types ^>=0.1.5,
     postgresql-types-algebra ^>=0.2,
+    QuickCheck >=2.14 && <3,
     quickcheck-instances ^>=0.3.33,
     stm >=2.5 && <3,
     tagged ^>=0.8.9,
