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/wuss.cabal b/wuss.cabal
--- a/wuss.cabal
+++ b/wuss.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: wuss
-version: 2.0.2.6
+version: 2.0.2.7
 synopsis: Secure WebSocket (WSS) clients
 description:
   Wuss is a library that lets you easily create secure WebSocket clients over
@@ -30,9 +30,9 @@
   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,
+    bytestring ^>=0.12.0.2,
     crypton-connection ^>=0.3.2 || ^>=0.4.0,
     data-default ^>=0.7.0 || ^>=0.8.0.0,
     exceptions ^>=0.10.7,
@@ -42,6 +42,7 @@
   default-language: Haskell2010
   ghc-options:
     -Weverything
+    -Wno-all-missed-specialisations
     -Wno-missing-exported-signatures
     -Wno-missing-kind-signatures
     -Wno-missing-safe-haskell-mode
