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/yaml-unscrambler.cabal b/yaml-unscrambler.cabal
--- a/yaml-unscrambler.cabal
+++ b/yaml-unscrambler.cabal
@@ -1,5 +1,5 @@
 name: yaml-unscrambler
-version: 0.1.0.5
+version: 0.1.0.6
 synopsis: Flexible declarative YAML parsing toolkit
 stability: Experimental
 homepage: https://github.com/nikita-volkov/yaml-unscrambler
@@ -44,7 +44,7 @@
     attoparsec-time >=1.0.1.2 && <1.1,
     base >=4.11 && <5,
     base64 >=0.4.2.2 && <0.5,
-    bytestring >=0.10 && <0.11,
+    bytestring >=0.10 && <0.12,
     conduit >=1.3.2 && <1.4,
     containers >=0.6.2 && <0.7,
     foldl >=1.4 && <2,
@@ -53,10 +53,10 @@
     mtl >=2.2 && <3,
     scientific >=0.3.6.2 && <0.4,
     selective >=0.5 && <0.6,
-    text >=1 && <2,
+    text >=1 && <3,
     text-builder >=0.6.6.1 && <0.7,
     time >=1.9 && <2,
-    transformers >=0.5 && <0.6,
+    transformers >=0.5 && <0.7,
     unordered-containers >=0.2.10 && <0.3,
     uuid >=1.3 && <2,
     vector >=0.12 && <0.13,
