diff --git a/servant-blaze.cabal b/servant-blaze.cabal
--- a/servant-blaze.cabal
+++ b/servant-blaze.cabal
@@ -1,6 +1,6 @@
 cabal-version:       >=1.10
 name:                servant-blaze
-version:             0.9
+version:             0.9.1
 
 synopsis:            Blaze-html support for servant
 category:            Servant, Web
@@ -17,11 +17,7 @@
 maintainer:          haskell-servant-maintainers@googlegroups.com
 copyright:           2015-2018 Servant Contributors
 build-type:          Simple
-tested-with:
-  GHC ==8.0.2
-   || ==8.2.2
-   || ==8.4.4
-   || ==8.6.3
+tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2
 extra-source-files: CHANGELOG.md
 
 source-repository head
@@ -31,8 +27,8 @@
 library
   exposed-modules:     Servant.HTML.Blaze
   build-depends:       base       >=4.9     && <5
-                     , servant    >=0.10     && <0.16
-                     , http-media >=0.6.4   && <0.8
+                     , servant    >=0.10    && <0.19
+                     , http-media >=0.6.4   && <0.9
                      , blaze-html >=0.9.0.1 && <0.10
   hs-source-dirs:      src
   default-language:    Haskell2010
@@ -48,7 +44,7 @@
       base
     , blaze-html
     , servant-blaze
-    , servant-server >=0.4.4.5  && <0.16
+    , servant-server >=0.4.4.5  && <0.19
     , wai            >=3.0.3.0  && <3.3
-    , warp           >=3.0.13.1 && <3.3
+    , warp           >=3.0.13.1 && <3.4
   default-language: Haskell2010
diff --git a/src/Servant/HTML/Blaze.hs b/src/Servant/HTML/Blaze.hs
--- a/src/Servant/HTML/Blaze.hs
+++ b/src/Servant/HTML/Blaze.hs
@@ -6,8 +6,8 @@
 
 -- | An @HTML@ empty data type with `MimeRender` instances for @blaze-html@'s
 -- `ToMarkup` class and `Html` datatype.
--- You should only need to import this module for it's instances and the
--- `HTML` datatype.:
+-- You should only need to import this module for its instances and the
+-- `HTML` datatype:
 --
 -- >>> type Eg = Get '[HTML] a
 --
