diff --git a/servant-JuicyPixels.cabal b/servant-JuicyPixels.cabal
--- a/servant-JuicyPixels.cabal
+++ b/servant-JuicyPixels.cabal
@@ -1,5 +1,5 @@
 name:                servant-JuicyPixels
-version:             0.3.0.5
+version:             0.3.0.6
 homepage:            https://github.com/tvh/servant-JuicyPixels
 license:             BSD3
 license-file:        LICENSE
@@ -10,7 +10,7 @@
 cabal-version:       >=1.10
 synopsis:            Servant support for JuicyPixels
 description:         Provides content types for image types supported by JuicyPixels
-tested-with:         GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.1
+tested-with:         GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
 
 source-repository HEAD
   type: git
@@ -18,7 +18,7 @@
 
 library
   exposed-modules:     Servant.JuicyPixels
-  build-depends:       base >=4.7 && <4.14
+  build-depends:       base >=4.7 && <5
                      , bytestring
                      , http-media
                      , JuicyPixels >=3.2.5.3
