diff --git a/dimensional-codata.cabal b/dimensional-codata.cabal
--- a/dimensional-codata.cabal
+++ b/dimensional-codata.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                dimensional-codata
-version:             2014.0.0.2
+version:             2014.0.0.3
 synopsis:            CODATA Recommended Physical Constants with Dimensional Types
 homepage:            https://github.com/dmcclean/dimensional-codata/
 bug-reports:         https://github.com/dmcclean/dimensional-codata/issues/
@@ -14,7 +14,7 @@
 category:            Physics
 build-type:          Simple
 cabal-version:       >=1.10
-tested-with:         GHC == 7.8.4, GHC == 7.10.1, GHC == 7.10.2, GHC == 8.8.4
+tested-with:         GHC == 7.8.4, GHC == 7.10.1, GHC == 7.10.2, GHC == 8.8.4, GHC == 8.10.4
 
 description:
 
@@ -31,7 +31,7 @@
   location: https://github.com/dmcclean/dimensional-codata/
 
 library
-  build-depends:       base >=4.7 && <4.14,
+  build-depends:       base >=4.7 && <5,
                        dimensional >= 1.0,
                        numtype-dk >= 0.5 && < 1
   hs-source-dirs:      src
