diff --git a/vector-split.cabal b/vector-split.cabal
--- a/vector-split.cabal
+++ b/vector-split.cabal
@@ -1,5 +1,5 @@
 name:                vector-split
-version:             1.0.0.2
+version:             1.0.0.3
 synopsis:            Combinator library for splitting vectors.
 description:         This package aims to be a vector-based drop-in replacement
                      for the list-based split package.
@@ -11,18 +11,28 @@
 license-file:        LICENSE
 author:              Florian Hofmann
 maintainer:          fho@f12n.de
-copyright:           (c) Florian Hofmann 2016
+copyright:           (c) Florian Hofmann 2023
 category:            Data, Data Structures
 build-type:          Simple
 -- extra-source-files:
 cabal-version:       >=1.10
+tested-with:
+  GHC ==8.0.2
+   || ==8.2.2
+   || ==8.4.4
+   || ==8.6.5
+   || ==8.8.4
+   || ==8.10.7
+   || ==9.0.2
+   || ==9.2.5
+   || ==9.4.4
 
 library
   hs-source-dirs:      src
   exposed-modules:     Data.Vector.Split
                      , Data.Vector.Split.Internal
   build-depends:       base     >= 4    && < 5
-                     , vector   >= 0.10 && < 0.13
+                     , vector   >= 0.10 && < 0.14
   default-language:    Haskell2010
   ghc-options:         -Wall
 
