diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.4.13.1
+
+Allow deepseq 1.4
+
 ## 0.4.13
 
 Maintenance taken over by FP Complete.
diff --git a/system-filepath.cabal b/system-filepath.cabal
--- a/system-filepath.cabal
+++ b/system-filepath.cabal
@@ -1,5 +1,5 @@
 name: system-filepath
-version: 0.4.13
+version: 0.4.13.1
 synopsis: High-level, byte-based file and directory path manipulations
 description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/system-filepath>.
 license: MIT
@@ -26,7 +26,7 @@
   build-depends:
       base >= 4.0 && < 5.0
     , bytestring >= 0.9
-    , deepseq >= 1.1 && < 1.4
+    , deepseq >= 1.1 && < 1.5
     , text >= 0.11.0.6
 
   if os(windows)
