diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+0.0.9
+
+* Use aeson-1.0.
+* Add nix build.
+
 0.0.8
 
 * Update after GPS solution parse bug in `stratux-types`.
diff --git a/stratux.cabal b/stratux.cabal
--- a/stratux.cabal
+++ b/stratux.cabal
@@ -1,10 +1,10 @@
 name:               stratux
-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 stratux
 category:           Aviation, ADSB, Stratux, JSON
 description:        A library for stratux <http://stratux.me/>
@@ -27,10 +27,9 @@
 
   build-depends:
                       base < 5 && >= 4
-                    , stratux-types == 0.0.8
-                    , stratux-http == 0.0.8
-                    , stratux-websockets == 0.0.8
-                    , text
+                    , stratux-types == 0.0.9
+                    , stratux-http == 0.0.9
+                    , stratux-websockets == 0.0.9
 
   ghc-options:
                     -Wall
