[Pkg-haskell-commits] [SCM] HDBC PostgreSQL backend driver branch, master, updated. debian/2.2.0.0-2-21-gaca82d9
John Goerzen
jgoerzen at complete.org
Wed Feb 17 21:04:23 UTC 2010
The following commit has been merged in the master branch:
commit c86e3abb72040e02a48e34bb437a4bb1af1895a5
Author: John Goerzen <jgoerzen at complete.org>
Date: Wed Feb 17 14:42:21 2010 -0600
GHC 6.12 compatibility fix
diff --git a/Setup.hs b/Setup.hs
index 0656cb4..644aab1 100755
--- a/Setup.hs
+++ b/Setup.hs
@@ -36,7 +36,7 @@ pgconfigProgram = (simpleProgram "pgconfig") {
psqlBuildInfo :: LocalBuildInfo -> IO BuildInfo
psqlBuildInfo lbi = do
(pgconfigProg, _) <- requireProgram verbosity
- pgconfigProgram AnyVersion (withPrograms lbi)
+ pgconfigProgram (withPrograms lbi)
let pgconfig = rawSystemProgramStdout verbosity pgconfigProg
incDir <- pgconfig ["--includedir"]
--
HDBC PostgreSQL backend driver
More information about the Pkg-haskell-commits
mailing list