diff --git a/digestive-functors-scotty.cabal b/digestive-functors-scotty.cabal
--- a/digestive-functors-scotty.cabal
+++ b/digestive-functors-scotty.cabal
@@ -1,5 +1,5 @@
 name:                digestive-functors-scotty
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Scotty backend for the digestive-functors library
 description:         Scotty backend for the digestive-functors library
 homepage:            https://bitbucket.org/wniare/digestive-functors-scotty
@@ -18,13 +18,13 @@
   exposed-modules:     Text.Digestive.Scotty
 
   build-depends:       base               ==4.*
-                     , digestive-functors ==0.7.*
-                     , scotty             ==0.7.*
-                     , bytestring         >=0.9   && <0.11
-                     , http-types         ==0.8.*
-                     , text               >=0.11  && <1.2
-                     , wai                >=2.0.0 && <2.2
-                     , wai-extra          >=2.0.1 && <2.2
+                     , digestive-functors >=0.7
+                     , scotty             >=0.7
+                     , bytestring         >=0.9
+                     , http-types         >=0.8
+                     , text               >=0.11
+                     , wai                >=2.0.0
+                     , wai-extra          >=2.0.1
 
 source-repository head
   Type: git
