diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/postgresql-binary.cabal b/postgresql-binary.cabal
--- a/postgresql-binary.cabal
+++ b/postgresql-binary.cabal
@@ -1,7 +1,7 @@
 name:
   postgresql-binary
 version:
-  0.12.4.2
+  0.12.4.3
 synopsis:
   Encoders and decoders for the PostgreSQL's binary format
 description:
@@ -72,9 +72,9 @@
     containers >=0.5 && <0.7,
     network-ip >=0.3 && <0.4,
     scientific >=0.3 && <0.4,
-    text >=1.2 && <2,
+    text >=1.2 && <3,
     time >=1.9 && <2,
-    transformers >=0.3 && <0.6,
+    transformers >=0.3 && <0.7,
     unordered-containers ==0.2.*,
     uuid ==1.3.*,
     vector >=0.12 && <0.13
