diff --git a/hw-json-simd.cabal b/hw-json-simd.cabal
--- a/hw-json-simd.cabal
+++ b/hw-json-simd.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name:                   hw-json-simd
-version:                0.1.1.1
+version:                0.1.1.2
 synopsis:               SIMD-based JSON semi-indexer
 description:            Please see the README on GitHub at <https://github.com/haskell-works/hw-json-simd#readme>
 category:               Data
@@ -13,7 +13,7 @@
 license:                BSD-3-Clause
 license-file:           LICENSE
 build-type:             Simple
-tested-with:            GHC == 9.2.2, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
+tested-with:            GHC == 9.4.2, GHC == 9.2.4, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
 extra-source-files:     cbits/debug.h
                         cbits/simd.h
                         cbits/intrinsics.h
@@ -53,7 +53,7 @@
 common lens                       { build-depends: lens                       >= 4          && < 6      }
 common optparse-applicative       { build-depends: optparse-applicative       >= 0.14       && < 0.18   }
 common transformers               { build-depends: transformers               >= 0.4        && < 0.7    }
-common vector                     { build-depends: vector                     >= 0.12       && < 0.13   }
+common vector                     { build-depends: vector                     >= 0.12       && < 0.14   }
 
 common hw-json-simd
   build-depends:        hw-json-simd
@@ -72,6 +72,8 @@
       ghc-options:      -mbmi2
   if flag(avx2)
     cc-options:         -mavx2
+  if (arch(aarch64) || arch(arm))
+    build-depends:      base < 0
 
 library
   import:               base, config
