diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+filepath-bytestring (1.5.2.0.1) unstable; urgency=medium
+
+  * Relax bounds on filepath to all versions for which test suite passes.
+
+ -- Joey Hess <id@joeyh.name>  Mon, 20 Jan 2025 14:06:54 -0400
+
 filepath-bytestring (1.5.2.0.0) unstable; urgency=medium
 
   * Update to correspond to filepath-1.5.2.0, which fixes a bug
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.0
+version:        1.5.2.0.1
 -- NOTE: Don't forget to update CHANGELOG and the filepath dependency below
 license:        BSD3
 license-file:   LICENSE
@@ -55,7 +55,7 @@
     build-depends:
         base >= 4 && < 4.20,
         bytestring >= 0.11.3.0,
-        filepath == 1.5.2.0
+        filepath >= 1.4.100.4 && < 1.5.0.0 || >= 1.5.2.0 && <= 1.5.4.0
     if os(Windows)
         build-depends: utf8-string
     else
@@ -80,7 +80,7 @@
         QuickCheck >= 2.7 && < 2.15,
 	-- Versions of filepath that are equvilant to this
 	-- library, for quickcheck equivilance tests.
-        filepath == 1.5.2.0
+        filepath >= 1.4.100.4 && < 1.5.0.0 || >= 1.5.2.0 && <= 1.5.4.0
 
 benchmark filepath-bench
     type: exitcode-stdio-1.0
