Hugh JF Chen
Hugh JF Chen
I tried to add the `postgresql-dev` package and built it again, this time I got following error: ``` Preprocessing library for postgrest-7.0.1.. Building library for postgrest-7.0.1.. Preprocessing executable 'postgrest' for...
@utdemir , Thanks for your research and update. ``` A blog post about of statically compiling libpq on Alpine. ``` This is inspiring. Consider the following error messag: ``` /usr/lib/gcc/x86_64-alpine-linux-musl/10.3.1/../../../../x86_64-alpine-linux-musl/bin/ld:...
Strange. I checked the built log of the alpine linux postgresql package. The latest build log shows that their package includes both `pgcommon.a` and `pgport.a` libs. But I do remember...
Has this feature been implemented or just an idea?
Strange. There is no problem when I generated the `haskell` source files manually. I now switched to `Simple` cable build and generated the source each time before start `cabal new-repl`.
@arbus , Thanks for your suggestion. I've just taken a rough look at the source files of `cake-slayer` and I think `three-layer` is more clear from an architecture view, so...
Has this been implemented already for the newest release?
Is this related to #67 , which has been fixed by PR #92 ?
I met the same problem even I added the `dontStrip = false` option. The docker image exceeds 300M. What else should I take a look?
OK, I figure it out why. In my case, I built a fully static linked haskell executable, yet somehow, there is a reference to the haskell library path in the...