diff --git a/stratux-http.cabal b/stratux-http.cabal
--- a/stratux-http.cabal
+++ b/stratux-http.cabal
@@ -1,10 +1,10 @@
 name:               stratux-http
-version:            0.0.8
+version:            0.0.9
 license:            BSD3
 license-file:       LICENCE
 author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
 maintainer:         Tony Morris
-copyright:          Copyright (C) 2016 Tony Morris
+copyright:          Copyright (C) 2016-2017 Tony Morris
 synopsis:           A library for using HTTP with stratux
 category:           Aviation, ADSB, Stratux, JSON, Network
 description:        A library for using HTTP with stratux <http://stratux.me/>
@@ -27,10 +27,10 @@
 
   build-depends:
                       base < 5 && >= 4
-                    , stratux-types >= 0.0.8 && < 0.1
+                    , stratux-types >= 0.0.9 && < 0.1
                     , HTTP >= 4000 && < 5000
                     , network-uri >= 2.6 && < 3.0
-                    , aeson >= 0.11 && < 1.0
+                    , aeson >= 1.0 && < 1.1
                     , either >= 0.4 && < 5.0
                     , utf8-string >= 1.0 && < 2.0
 
