diff --git a/filepath.cabal b/filepath.cabal
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -1,5 +1,5 @@
 Name:           filepath
-Version:        1.1.0.3
+Version:        1.1.0.4
 License:        BSD3
 license-file:   LICENSE
 Author:         Neil Mitchell
@@ -7,7 +7,7 @@
 Homepage:       http://www-users.cs.york.ac.uk/~ndm/filepath/
 Category:       System
 build-type:     Simple
-Synopsis:       Library for manipulating FilePath's in a cross platform way.
+Synopsis:       Library for manipulating FilePaths in a cross platform way.
 cabal-version:  >=1.6
 Extra-Source-Files: System/FilePath/Internal.hs
 
@@ -17,7 +17,7 @@
         System.FilePath.Posix
         System.FilePath.Windows
     Extensions: CPP
-    Build-Depends:  base >= 3 && < 5
+    Build-Depends:  base >= 2 && < 5
 
 source-repository head
     type:     darcs
