diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+* 3000.11.4.1 (9 July 2020)
+
+  - Support GHC-8.10
+
 * 3000.11.4 (24 January 2020)
 
   - Add support for <nil/> corresponding to unit () in Haskell
diff --git a/haxr.cabal b/haxr.cabal
--- a/haxr.cabal
+++ b/haxr.cabal
@@ -1,5 +1,5 @@
 Name: haxr
-Version: 3000.11.4
+Version: 3000.11.4.1
 Cabal-version: >=1.10
 Build-type: Simple
 Copyright: Bjorn Bringert, 2003-2006
@@ -22,7 +22,7 @@
         examples/test_client.hs       examples/test_server.hs       examples/time-xmlrpc-com.hs
         examples/validate.hs          examples/Makefile
 Bug-reports: https://github.com/byorgey/haxr/issues
-Tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.3 || ==8.8.1
+Tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1
 
 Source-repository head
   type:     git
@@ -33,7 +33,7 @@
    default: True
 
 Library
-  Build-depends: base >= 4.9 && < 4.14,
+  Build-depends: base >= 4.9 && < 4.15,
                  base-compat >= 0.8 && < 0.12,
                  mtl,
                  mtl-compat,
