Closed Kurren123 closed 4 years ago
Hi! i am afraid that i've tried to reproduce it with no luck:
Are you able to build the project in the command line with stack build
? did you do that before opening the project dir with the editor?
The output of the extension in vscode could be useful, too. Mine is here.
Hi @jneira , thanks for your reply. Seeing as it was working on yours, I re-installed postgresql 11 using the windows installer (previously I used chocolatey) and it works. I think its because some libraries that libqp.dll
depended on were missing. Closing issue
Hi
I'm trying to use the
postgresql-simple
package on windows 10. I have postgresql installed, and the following file does exist on my pc:C:\Program Files\PostgreSQL\11\lib\libqp.dll
.However I am getting the following HIE error:
Full output of
hie --debug --vomit
can be found here. Source repository here.Any help would be much appreciated!