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/binary-parser.cabal b/binary-parser.cabal
--- a/binary-parser.cabal
+++ b/binary-parser.cabal
@@ -1,7 +1,7 @@
 name:
   binary-parser
 version:
-  0.5.7.1
+  0.5.7.2
 synopsis:
   A highly-efficient but limited parser API specialised for bytestrings
 category:
@@ -45,7 +45,7 @@
   build-depends:
     -- data:
     bytestring >= 0.10 && < 0.12,
-    text >= 1 && < 2,
+    text >= 1 && < 3,
     -- general:
     mtl == 2.*,
     transformers >= 0.4 && < 0.7,
