diff --git a/LICENSE.txt b/LICENSE.txt
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2023 Taylor Fausak
+Copyright (c) 2026 Taylor Fausak
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/witch.cabal b/witch.cabal
--- a/witch.cabal
+++ b/witch.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: witch
-version: 1.3.0.8
+version: 1.3.0.9
 synopsis: Convert values from one type into another.
 description: Witch converts values from one type into another.
 build-type: Simple
@@ -22,12 +22,12 @@
   manual: True
 
 common library
-  build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0
+  build-depends: base ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0
   build-depends:
-    bytestring ^>=0.11.4.0 || ^>=0.12.0.2,
-    containers ^>=0.6.7 || ^>=0.7 || ^>=0.8,
+    bytestring ^>=0.12.0.2,
+    containers ^>=0.7 || ^>=0.8,
     tagged ^>=0.8.8,
-    text ^>=2.0.2 || ^>=2.1,
+    text ^>=2.1,
     time ^>=1.12.2 || ^>=1.14 || ^>=1.15,
 
   default-language: Haskell2010
@@ -61,7 +61,7 @@
 library
   import: library
   build-depends:
-    template-haskell ^>=2.21.0.0 || ^>=2.22.0.0 || ^>=2.23.0.0 || ^>=2.24.0.0
+    template-haskell ^>=2.22.0.0 || ^>=2.23.0.0 || ^>=2.24.0.0
 
   -- cabal-gild: discover source/library
   exposed-modules:
