-
I have a (what I think is) simple Haskell web application using Scotty and postgresql-simple. I did want to try nixpacks instead of my customized Docker stuff, but it failed because missing postgresql development headers. I got over it with Eventually I figured out that I should install zlib as well but Build log
What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Welp, I'm a dumbass. There's |
Beta Was this translation helpful? Give feedback.
Welp, I'm a dumbass. There's
--apt
flag which I used to installlibpq-dev zlib1g-dev