We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
--docker
stack
The text was updated successfully, but these errors were encountered:
If you're using haskell-stack-ghc checker then it would be the flycheck-ghc-args variable.
haskell-stack-ghc
flycheck-ghc-args
Sorry, something went wrong.
No branches or pull requests
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 tostack
in order to use this functionality? Thank you in advance!The text was updated successfully, but these errors were encountered: