Index: b/patience.cabal
===================================================================
--- a/patience.cabal
+++ b/patience.cabal
@@ -3,6 +3,7 @@ name:
   patience
 version:
   0.3
+x-revision: 1
 license:
   BSD3
 license-file:
@@ -33,6 +34,20 @@ extra-source-files:
   CHANGELOG.md
   README.md
 
+tested-with:
+   GHC == 9.12.0
+   GHC == 9.10.1
+   GHC == 9.8.2
+   GHC == 9.6.6
+   GHC == 9.4.8
+   GHC == 9.2.8
+   GHC == 9.0.2
+   GHC == 8.10.7
+   GHC == 8.8.4
+   GHC == 8.6.5
+   GHC == 8.4.4
+   GHC == 8.2.2
+
 library
   hs-source-dirs:
     src
@@ -45,7 +60,8 @@ library
     Haskell2010
   build-depends:
       base >= 4.3 && < 5
-    , containers >= 0.5.9 && < 0.7
+        -- Maybe bump base lower bound to 4.10 since this matches containers-0.5.9
+    , containers >= 0.5.9 && < 0.8
 
 source-repository head
   type: git
