postgresql-libpq icon indicating copy to clipboard operation
postgresql-libpq copied to clipboard

Low-level Haskell bindings for libpq

Results 12 postgresql-libpq issues
Sort by recently updated
recently updated
newest added

In doubt this code compiles with GHC 7.0 even after fixing this, but still, in this code: ``` #if __GLASGOW_HASKELL__ >= 700 import Control.Exception (mask_) #else import qualified Control.Exception mask_...

I'm trying to install postgresql-libpq on Mac OS X 10.6.8. I get: ``` 00:06 [email protected]$ cabal install postgresql-libpq Resolving dependencies... [1 of 1] Compiling Main ( /var/folders/Lh/LhVs9ls4Hme1jR+t1DJbm++++TQ/-Tmp-/postgresql-libpq-0.8.2.2-42202/postgresql-libpq-0.8.2.2/Setup.hs, /var/folders/Lh/LhVs9ls4Hme1jR+t1DJbm++++TQ/-Tmp-/postgresql-libpq-0.8.2.2-42202/postgresql-libpq-0.8.2.2/dist/setup/Main.o ) Linking...

Any code that follows the pattern "allocate bare resource using a function imported from C, then create a foreign pointer that manages the resource" needs to mask asynchronous exceptions, since...

- I have both `pg_config` and `libpq.dll` in my build directory - My project builds fine under cabal - with stack it fails with ``` Configuring postgresql-libpq-0.9.0.2... Setup.hs: Missing dependency...

I get this error even though I have PostgreSQL installed. I have tried `cabal install --extra-lib-dirs="C:\PostgreSQL\include\libpq\" postgresql-simple` which contains `libpq-fs.h`, but still no luck. Here is the full error: ```...

Hi Leon, I was able to successfully install the package "postgresql-libpq-0.9.0.0" on GNU / Linux (Centos 6.5), however, the following runtime error occurs: Unable to load packagepostgresql-libpq-0.9.0.0 $ ghci GHCi,...

Especially with the 0.9 release, there have been a few reports of link errors due to attempting to use libpq 8.4 or libpq on Windows. Given that `postgresql-libpq` will successfully...

When I install something that uses postgresql-libpq and get the following message: ``` You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application....

i followed the instructions here: https://github.com/hdbc/hdbc-postgresql/wiki/WindowsInstall and when cabal tries to link, i get: Loading package postgresql-libpq-0.8.2.1 ... ghc.exe: Unknown PEi386 section name `.idata$4' (while processing: c:/PROGRA~2/POSTGR~1/9.1/lib\libpq.a) ghc.exe: panic! (the...

Do you have a plan to update postgresql-libpq to support the upcoming 64 bit large objects? cf: http://www.postgresql.org/message-id/[email protected]