diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+filepath-bytestring (1.5.2.0.4) unstable; urgency=medium
+
+  * Allow filepath-bytestring 1.5.5.0 bundled by GHC 9.12.4
+  * Allow QuickCheck 2.16.*, 2.17.*, 2.18.*
+
+ -- Joey Hess <id@joeyh.name>  Mon, 16 Mar 2026 15:57:55 -0400
+
 filepath-bytestring (1.5.2.0.3) unstable; urgency=medium
 
   * Relax bounds to allow QuickCheck-2.15
@@ -65,7 +72,7 @@
     They are approximately 2x and 3x as fast, respectively.
   * encodeFilePath and decodeFilePath used to truncate at the first
     NUL. The new implementations do not do this. Since unix filepaths
-    cannot contain NUL, this behavior change is can't cause any problems,
+    cannot contain NUL, this behavior change can't cause any problems,
     unless the functions are used for values that are not actually
     valid filepaths.
   * Support cabal bench to benchmark the library.
diff --git a/filepath-bytestring.cabal b/filepath-bytestring.cabal
--- a/filepath-bytestring.cabal
+++ b/filepath-bytestring.cabal
@@ -1,6 +1,6 @@
 cabal-version: 1.18
 name:           filepath-bytestring
-version:        1.5.2.0.3
+version:        1.5.2.0.4
 -- NOTE: Don't forget to update CHANGELOG and the filepath dependency below
 license:        BSD3
 license-file:   LICENSE
@@ -37,7 +37,7 @@
 
 source-repository head
     type:     git
-    location: git://git.joeyh.name/haskell-filepath-bytestring.git
+    location: https://git.joeyh.name/git/haskell-filepath-bytestring.git
 
 library
     default-language: Haskell2010
@@ -55,7 +55,7 @@
     build-depends:
         base >= 4 && < 4.22,
         bytestring >= 0.11.3.0,
-        filepath >= 1.4.100.4 && < 1.5.0.0 || >= 1.5.2.0 && <= 1.5.4.0
+        filepath >= 1.4.100.4 && < 1.5.0.0 || >= 1.5.2.0 && <= 1.5.5.0
     if os(Windows)
         build-depends: utf8-string
     else
@@ -77,7 +77,7 @@
         filepath-bytestring,
         base,
         bytestring >= 0.11.2.0,
-        QuickCheck >= 2.7 && < 2.16,
+        QuickCheck >= 2.7 && < 2.19,
 	-- Versions of filepath that are equivalent to this
 	-- library, for quickcheck equivalence tests.
         filepath >= 1.4.100.4 && < 1.5.0.0 || >= 1.5.2.0 && <= 1.5.5.0
