diff --git a/servant-pandoc.cabal b/servant-pandoc.cabal
--- a/servant-pandoc.cabal
+++ b/servant-pandoc.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.4.1.2
+version:             0.4.1.3
 
 -- A short (one-line) description of the package.
 synopsis:            Use Pandoc to render servant API documentation
@@ -63,10 +63,10 @@
 
   -- Other library packages from which modules are imported.
   build-depends:       base >=4.7 && <5
-                     , http-media >=0.6 && <0.7
+                     , http-media >=0.6 && <0.8
                      , lens >=4.9 && <5
-                     , pandoc-types >=1.12 && <1.13
-                     , servant-docs >=0.4 && <0.5
+                     , pandoc-types >=1.12 && <1.18
+                     , servant-docs >=0.4 && <0.11
                      , unordered-containers >=0.2 && <0.3
                      , text >=1.2 && <1.3
                      , bytestring >=0.10 && <0.11
