diff --git a/range-set-list.cabal b/range-set-list.cabal
--- a/range-set-list.cabal
+++ b/range-set-list.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               range-set-list
-version:            0.1.4
+version:            0.1.4.1
 synopsis:           Memory efficient sets with ranges of elements.
 category:           Data
 description:
@@ -21,7 +21,9 @@
    || ==9.4.8
    || ==9.6.6
    || ==9.8.2
-   || ==9.10.1
+   || ==9.10.3
+   || ==9.12.4
+   || ==9.14.1
 
 build-type:         Simple
 extra-source-files:
@@ -40,10 +42,10 @@
 
   ghc-options:      -Wall -fwarn-tabs
   build-depends:
-    , base        >=4.12.0.0 && <4.21
-    , containers  >=0.6.0.1  && <0.8
+    , base        >=4.12.0.0 && <4.23
+    , containers  >=0.6.0.1  && <0.9
     , deepseq     >=1.4.4.0  && <1.6
-    , hashable    >=1.4.7.0  && <1.5
+    , hashable    >=1.4.7.0  && <1.6
 
   exposed-modules:
     Data.RangeSet.Internal
@@ -61,8 +63,6 @@
   build-depends:
     , base
     , containers
-    , deepseq
-    , hashable
     , range-set-list
     , tasty             >=0.8 && <1.6
     , tasty-quickcheck  >=0.8 && <0.12
