diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+0.0.8
+
+* Update after GPS solution parse bug in `stratux-types`.
+
 0.0.7
 
 * Update after bug relating to ConstrainedClassMethods in `stratux-types`.
diff --git a/src/Data/Aviation/Stratux.hs b/src/Data/Aviation/Stratux.hs
--- a/src/Data/Aviation/Stratux.hs
+++ b/src/Data/Aviation/Stratux.hs
@@ -4,5 +4,6 @@
   module S
 ) where
 
+import Data.Aviation.Stratux.HTTP as S
 import Data.Aviation.Stratux.Types as S
 import Data.Aviation.Stratux.Websockets as S
diff --git a/stratux.cabal b/stratux.cabal
--- a/stratux.cabal
+++ b/stratux.cabal
@@ -1,5 +1,5 @@
 name:               stratux
-version:            0.0.7
+version:            0.0.8
 license:            BSD3
 license-file:       LICENCE
 author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
@@ -27,9 +27,10 @@
 
   build-depends:
                       base < 5 && >= 4
-                    , stratux-types == 0.0.7
-                    , stratux-http == 0.0.7
-                    , stratux-websockets == 0.0.7
+                    , stratux-types == 0.0.8
+                    , stratux-http == 0.0.8
+                    , stratux-websockets == 0.0.8
+                    , text
 
   ghc-options:
                     -Wall
