diff --git a/Changes.md b/Changes.md
--- a/Changes.md
+++ b/Changes.md
@@ -1,4 +1,6 @@
- * 0.9.0
+* 0.9.3
+  - Bump upper bound on http-types due to stackage.
+* 0.9.0
   - Handle unspecified content-type (#107)
   - Unroll internal webmachine monad (#108)
   - Support for GHC 8.2.1
diff --git a/airship.cabal b/airship.cabal
--- a/airship.cabal
+++ b/airship.cabal
@@ -2,7 +2,7 @@
 synopsis:             A Webmachine-inspired HTTP library
 homepage:             https://github.com/helium/airship/
 Bug-reports:          https://github.com/helium/airship/issues
-version:              0.9.2
+version:              0.9.3
 license:              MIT
 license-file:         LICENSE
 author:               Reid Draper and Patrick Thomson
@@ -55,7 +55,7 @@
                       , filepath                >= 1.3     && < 1.5
                       , http-date
                       , http-media
-                      , http-types              >= 0.8     && <0.10
+                      , http-types              >= 0.8     && < 0.13
                       , lifted-base             == 0.2.*
                       , microlens
                       , monad-control           >= 1.0
