flycheck-haskell icon indicating copy to clipboard operation
flycheck-haskell copied to clipboard

Using flycheck in a docker-based stack project?

Open ocramz opened this issue 5 years ago • 1 comments

Stack offers the option for building against a Docker container : https://docs.haskellstack.org/en/stable/docker_integration

What's the recommended way for getting flycheck to pass the --docker flag to stack in order to use this functionality? Thank you in advance!

ocramz avatar May 07 '20 07:05 ocramz

If you're using haskell-stack-ghc checker then it would be the flycheck-ghc-args variable.

sergv avatar May 07 '20 10:05 sergv