FlashCard icon indicating copy to clipboard operation
FlashCard copied to clipboard

stack build fails building HDBC-postgresql package

Open develop7 opened this issue 6 years ago • 6 comments

Repro: clone project, run stack build or stack build HDBC-postgresql

HDBC-postgresql-2.3.2.5.log

develop7 avatar Dec 05 '18 20:12 develop7

Thanks for the issue.

This project was mainly to discover Haskell and ELM and as I have more experience now with Haskell, I will also refactor a bit :)

FlogFr avatar Dec 11 '18 22:12 FlogFr

Yeah, it's just I wonder how did you even ran this if the straight-up build fails?

develop7 avatar Dec 12 '18 09:12 develop7

'Cause the issue appears to be in the upstream library.

develop7 avatar Dec 12 '18 09:12 develop7

@develop7 I finally refactored all the application in this PR: https://github.com/FlogFr/FlashCard/pull/4 I will deploy it soon. I'm not using the library HDBC anymore. I prefered the raw bindings of the LibPQ with some typeclass :) Let me know if you can build the project from the new master branch. Thanks

FlogFr avatar Jan 07 '19 09:01 FlogFr

@FlogFr that's great! thank you! Still, did the code ever worked before this PR?

develop7 avatar Jan 08 '19 00:01 develop7

@develop7 yes, it worked. But I don't know what's the good way to include HDBC-postgresql to a haskell project.

FlogFr avatar Jan 08 '19 07:01 FlogFr