diff --git a/Pathfinder.cabal b/Pathfinder.cabal
--- a/Pathfinder.cabal
+++ b/Pathfinder.cabal
@@ -1,5 +1,5 @@
 Name:                 Pathfinder
-Version:              0.5.9
+Version:              0.5.10
 Synopsis:             Relational optimiser and code generator
 Description:
   The library provides FFI bindings to the Pathfinder relational optimiser and
@@ -15,7 +15,7 @@
   .
   More information about Pathfinder is available from the following web page:
   .
-  * <http://www-db.informatik.uni-tuebingen.de/research/pathfinder>
+  * <http://db.inf.uni-tuebingen.de/research/pathfinder>
 License:              BSD3
 License-file:         LICENSE
 Author:               George Giorgidze and Nils Schweinsberg
@@ -34,9 +34,9 @@
                       pathfinder_post_build.sh
 
 Library
-  Build-depends:      base        >= 4.2 && < 5,
-                      text        >= 0.11,
-                      bytestring  >= 0.9
+  Build-depends:      base        >= 4.3.1.0 && < 5,
+                      text        >= 0.11.0.6,
+                      bytestring  >= 0.9.1.10
   Hs-source-dirs:     src
   GHC-options:        -Wall -O3
   Include-dirs:       include
diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -9,11 +9,9 @@
 
 import System.Directory (doesFileExist)
 
-
 main :: IO ()
 main = defaultMainWithHooks dshHooks
 
-
 dshHooks :: UserHooks
 dshHooks = simpleUserHooks {
     preConf   = dshPreConf
@@ -63,7 +61,7 @@
   let script = [ "rm -r -f pathfinder"
                , "tar xzf pathfinder.tar.gz"
                , "cd pathfinder"
-               , "export CFLAGS=' " ++ cflags ++ " -fno-jump-tables -fPIC '"
+               , "export CFLAGS=' " ++ cflags ++ " -fno-jump-tables '"
                , "sh configure --prefix=`pwd` --enable-static --disable-shared"
                , "make"
                , "make install"
