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/bytestring-tree-builder.cabal b/bytestring-tree-builder.cabal
--- a/bytestring-tree-builder.cabal
+++ b/bytestring-tree-builder.cabal
@@ -1,5 +1,5 @@
 name: bytestring-tree-builder
-version: 0.2.7.9
+version: 0.2.7.10
 category: ByteString
 synopsis: A very efficient ByteString builder implementation based on the binary tree
 description:
@@ -35,7 +35,7 @@
   build-depends:
     base >=4.11 && <5,
     bytestring >=0.10 && <0.12,
-    text >=1 && <2
+    text >=1 && <3
 
 benchmark benchmark
   type: exitcode-stdio-1.0
