packages feed

Pathfinder 0.4 → 0.4.1

raw patch · 2 files changed

+5/−5 lines, 2 filesdep ~bytestringdep ~textsetup-changedPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, text

API changes (from Hackage documentation)

Files

Pathfinder.cabal view
@@ -1,5 +1,5 @@ Name:                 Pathfinder-Version:              0.4+Version:              0.4.1 Synopsis:             Relational optimiser and code generator Description:   The library provides FFI bindings to the Pathfinder relational optimiser and@@ -31,8 +31,8 @@  Library   Build-depends:      base        >= 4.2 && < 5,-                      text        >= 0.10,-                      bytestring  >= 0.9.1.7+                      text        >= 0.11,+                      bytestring  >= 0.9   Hs-source-dirs:     src   GHC-options:        -Wall -O3   Include-dirs:       include
Setup.hs view
@@ -63,8 +63,8 @@   let script = [ "rm -r -f pathfinder"                , "tar xzf pathfinder.tar.gz"                , "cd pathfinder"-               , "export CFLAGS=' " ++ cflags ++ " -fPIC -fno-jump-tables'"-               , "sh configure --prefix=`pwd` --enable-static --disable-shared --with-pic"+               , "export CFLAGS=' " ++ cflags ++ " -fno-jump-tables '"+               , "sh configure --prefix=`pwd` --enable-static --disable-shared"                , "make"                , "make install"                , "cd lib"