nix, ghcide and external libs - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Torsten Schmits

any idea how to make ghcide use a C library I added to its nix-shell's buildInputs?

Torsten Schmits

I'm adding -L${pkgs.foo}/lib to the ghci options and it works fine, but ghcide complains

Torsten Schmits

I used to run a bios cradle, but with 0.3.0 I switched to cabal multi cradle and now I don't know where to put ghc options

Torsten Schmits

ha, looks like I can set $LD_LIBRARY_PATH!