diff --git a/Geodetic.cabal b/Geodetic.cabal
--- a/Geodetic.cabal
+++ b/Geodetic.cabal
@@ -1,9 +1,9 @@
 Name:                Geodetic
-Version:             0.3
+Version:             0.4
 License:             BSD3
 License-File:        LICENSE
 Synopsis:            Geodetic calculations
-Description:         Geodetic calculations including Vincenty and Great Circle
+Description:         Geodetic calculations including Vincenty and Great Circle using a Latitude and Longitude pair
 Homepage:            http://code.google.com/p/geodetic/
 Category:            Utils
 Author:              Tony Morris
@@ -16,10 +16,7 @@
   Description:     Choose the new, split-up base package.
 
 Library
-  if flag(small_base)
-    Build-Depends: base < 4 && >= 3
-  else
-    Build-Depends: base < 3
+  Build-Depends:     base < 5 && >= 3
 
   GHC-Options:    -Wall
   Exposed-Modules: Data.Geo
