Open sigrdrifa opened 3 years ago
I'm running into the same issue.
Seems to be same as https://github.com/haskell-gi/haskell-gi/issues/339? And that thread has some workarounds.
I could resolve this by following this comment in haskell-gi/haskell-gi#339 as @owickstrom said.
Here's my commit that uses it. But even though it's working for now, I'm not sure whether it works fine for all cases because:
I wanted to try out gi-gtk-declarative so I created an empty stack project and added gi-gtk-declarative and gi-gtk-declarative-app-simple as dependencies (using the latest lts resolver 17.10) but unfortunately it fails to build stating that the gdk pixbuf module cannot build:
has anyone else had this issue and are there any workarounds?