lpsmith / postgresql-libpq

Low-level Haskell bindings for libpq
BSD 3-Clause "New" or "Revised" License
19 stars 18 forks source link

"Missing C library: pq" - can't build with stack on windows #30

Open joozek78 opened 9 years ago

joozek78 commented 9 years ago
Configuring postgresql-libpq-0.9.0.2...
    Setup.hs: Missing dependency on a foreign library:
    * Missing C library: pq
    This problem can usually be solved by installing the system package that
    provides this library (you may need the "-dev" version). If the library is
    already installed but in a non-standard location then you can use the flags
    --extra-include-dirs= and --extra-lib-dirs= to specify where it is.