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.3
+version: 0.4.4
 synopsis: High-level, byte-based file and directory path manipulations
 license: MIT
 license-file: license.txt
@@ -10,7 +10,7 @@
 cabal-version: >= 1.6
 category: System
 stability: experimental
-homepage: https://john-millikin.com/software/hs-filepath/
+homepage: https://john-millikin.com/software/haskell-filesystem/
 bug-reports: mailto:jmillikin@gmail.com
 
 extra-source-files:
@@ -24,12 +24,12 @@
 
 source-repository head
   type: bzr
-  location: https://john-millikin.com/software/hs-filepath/
+  location: https://john-millikin.com/branches/system-filepath/0.4/
 
 source-repository this
   type: bzr
-  location: https://john-millikin.com/branches/hs-filepath/0.4/
-  tag: system-filepath_0.4.3
+  location: https://john-millikin.com/branches/system-filepath/0.4/
+  tag: system-filepath_0.4.4
 
 library
   ghc-options: -Wall -O2
@@ -38,7 +38,7 @@
   build-depends:
       base >= 3 && < 5
     , bytestring >= 0.9 && < 0.10
-    , deepseq >= 1.1 && < 1.3
+    , deepseq >= 1.1 && < 1.4
     , text >= 0.7.1 && < 0.12
 
   if os(windows)
diff --git a/tests/system-filepath-tests.cabal b/tests/system-filepath-tests.cabal
--- a/tests/system-filepath-tests.cabal
+++ b/tests/system-filepath-tests.cabal
@@ -20,6 +20,6 @@
     , bytestring
     , chell >= 0.2 && < 0.3
     , chell-quickcheck >= 0.1 && < 0.2
-    , deepseq >= 1.1 && < 1.3
+    , deepseq >= 1.1 && < 1.4
     , QuickCheck
     , text
