diff --git a/tempodb.cabal b/tempodb.cabal
--- a/tempodb.cabal
+++ b/tempodb.cabal
@@ -1,5 +1,5 @@
 name:                tempodb
-version:             0.1.0.0
+version:             0.1.1.0
 synopsis:            A small Haskell wrapper around the TempoDB api.
 
 description:         TempoDB is a time-series database as-a-service with a
@@ -32,7 +32,11 @@
                        mtl              >= 2.1.2,
                        HTTP             >= 4000.2.9,
                        HsOpenSSL        >= 0.10.3.5,
-                       bytestring       >= 0.10.0.2
+                       bytestring       >= 0.10.4.0,
+                       aeson            >= 0.6.2.1,
+                       io-streams       >= 1.1.2.0,
+                       blaze-builder    >= 0.3.2.0,
+                       containers       >= 0.5.0.0
 
 
   default-language:    Haskell2010
