diff --git a/window-utils.cabal b/window-utils.cabal
--- a/window-utils.cabal
+++ b/window-utils.cabal
@@ -1,12 +1,16 @@
 cabal-version:      3.0
 name:               window-utils
-version:            0.2.1.0
+version:            0.2.2.0
 license:            BSD-3-Clause
 author:             George Thomas
 maintainer:         georgefsthomas@gmail.com
 synopsis:           OS window icon/name utilities
-extra-source-files:
+homepage:           https://github.com/georgefst/window-utils
+extra-doc-files:
     CHANGELOG.md
+source-repository head
+    type: git
+    location: git://github.com/georgefst/window-utils.git
 
 library
     exposed-modules:
@@ -34,11 +38,11 @@
         cpp-options:
             -DWIN=Unsupported
     build-depends:
-        base ^>= {4.16, 4.17, 4.18},
-        bytestring ^>= 0.11,
+        base ^>= {4.16, 4.17, 4.18, 4.19},
+        bytestring ^>= {0.11, 0.12},
         JuicyPixels ^>= 3.3.6,
-        text ^>= {1.2.3, 2.0},
-        vector ^>= 0.12.3.1,
+        text ^>= {1.2.3, 2.0, 2.1},
+        vector ^>= {0.12.3.1, 0.13},
     default-language: GHC2021
     default-extensions:
         BlockArguments
