diff --git a/LICENSE.txt b/LICENSE.txt
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2024 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/json-feed.cabal b/json-feed.cabal
--- a/json-feed.cabal
+++ b/json-feed.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: json-feed
-version: 2.0.0.17
+version: 2.0.0.18
 synopsis: JSON Feed
 description:
   This is an implementation of the JSON Feed spec in Haskell. The spec is
@@ -39,7 +39,7 @@
   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
   default-language: Haskell2010
   ghc-options:
     -Weverything
@@ -67,11 +67,11 @@
   import: library
   build-depends:
     aeson ^>=2.1.2.1 || ^>=2.2.2.0,
-    bytestring ^>=0.11.4.0 || ^>=0.12.0.2,
+    bytestring ^>=0.12.0.2,
     mime-types ^>=0.1.2.0,
     network-uri ^>=2.6.4.2 || ^>=2.7.0.0,
     tagsoup ^>=0.14.8,
-    text ^>=2.0.2 || ^>=2.1,
+    text ^>=2.1,
     time ^>=1.12.2 || ^>=1.14 || ^>=1.15,
 
   -- cabal-gild: discover source/library
