diff --git a/alfred-margaret.cabal b/alfred-margaret.cabal
--- a/alfred-margaret.cabal
+++ b/alfred-margaret.cabal
@@ -1,5 +1,5 @@
 name:                alfred-margaret
-version:             2.1.0.0
+version:             2.1.0.2
 synopsis:            Fast Aho-Corasick string searching
 description:         An efficient implementation of the Aho-Corasick
                      string searching algorithm.
@@ -21,6 +21,8 @@
                    , GHC == 8.10.7
                      -- Nixpkgs unstable (Updated 2022-04-14)
                    , GHC == 9.0.2
+                     -- Nixpkgs unstable (Updated 2024-09-05)
+                   , GHC == 9.6.6
 
 source-repository head
   type:     git
@@ -58,13 +60,13 @@
                      , Data.TypedByteArray
   build-depends:
       base             >= 4.7 && < 5
-    , containers       >= 0.6 && < 0.7
-    , deepseq          >= 1.4 && < 1.5
-    , hashable         >= 1.4.0.2 && < 1.5
-    , primitive        >= 0.6.4 && < 0.8
-    , text             >= 2.0 && < 2.1
+    , containers       >= 0.6 && < 0.8
+    , deepseq          >= 1.4 && < 1.6
+    , hashable         >= 1.4.0.2 && < 1.6
+    , primitive        >= 0.6.4 && < 0.10
+    , text             >= 2.0 && < 2.2
     , unordered-containers >= 0.2.9 && < 0.3
-    , vector           >= 0.12 && < 0.13
+    , vector           >= 0.12 && < 0.14
   ghc-options:         -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -O2
   default-language:    Haskell2010
   if flag(aeson) {
