packages feed

Pathfinder 0.5.9 → 0.5.10

raw patch · 2 files changed

+6/−8 lines, 2 filesdep ~basedep ~bytestringdep ~textsetup-changedPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, bytestring, text

API changes (from Hackage documentation)

Files

Pathfinder.cabal view
@@ -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
Setup.hs view
@@ -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"