diff --git a/scotty-format.cabal b/scotty-format.cabal
--- a/scotty-format.cabal
+++ b/scotty-format.cabal
@@ -1,5 +1,5 @@
 name:                scotty-format
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Response format helper for the Scotty web framework.
 description:         Please see README.md
 homepage:            https://github.com/potomak/scotty-format#readme
@@ -18,12 +18,11 @@
   exposed-modules:     Web.Scotty.Format.Trans
   ghc-options:         -Wall
   build-depends:
-    aeson,
-    base >= 4.7 && < 5,
-    http-media,
-    http-types,
-    scotty >= 0.10 && < 0.12,
-    text
+    base >= 4.8.2 && < 4.9,
+    http-media >= 0.6.4 && < 0.7,
+    http-types >= 0.9.1 && < 0.10,
+    scotty >= 0.11 && < 0.12,
+    text >= 1.2.2.1 && < 1.3
   default-language:    Haskell2010
 
 executable scotty-format-example
