diff --git a/finite.cabal b/finite.cabal
--- a/finite.cabal
+++ b/finite.cabal
@@ -1,5 +1,5 @@
 name:                finite
-version:             1.4.1.1
+version:             1.4.1.2
 synopsis:            Finite ranges via types
 description:         A framework for capturing finite ranges with
                      types, where the sizes of the ranges are not
@@ -34,7 +34,7 @@
     -fignore-asserts
 
   build-depends:
-      base >=4.7 && <4.13
+      base >=4.7 && <4.15
     , array >=0.5 && <0.6
     , containers >=0.5 && <0.7
     , hashable >=1.2
@@ -75,7 +75,7 @@
     src/test
 
   build-depends:
-      base >=4.7 && <4.13
+      base >=4.7 && <4.15
     , hashable >=1.2
     , Cabal >= 2.4
     , QuickCheck
