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
It seems that when running a non-existant command gives out wrong error message.
I am using stackage based repo, and I didn't had hpack installed. But error message gave wrong clue
hpack
To tell me that I am missing hpack.
Make sure you DONT have hpack in you PATH.
❯ ghciw --before-startup-shell hpack • Running before-startup command command=hpack • $ hpack Error: × Tasks failed: │ • run_ghci: Failed to start `ghci` make: *** [gwdev] Error 1 ~/projects/zoo trunk* ❯ ghci GHCi, version 9.2.8: https://www.haskell.org/ghc/ :? for help ^[[ALoaded GHCi configuration from /Users/popara/projects/zoo/.ghci GHCI >> 1 + 2 3
ghciwatch 1.0.0
The text was updated successfully, but these errors were encountered:
Yeah that's pretty bad, I'll have to look into this
Sorry, something went wrong.
No branches or pull requests
What happened?
It seems that when running a non-existant command gives out wrong error message.
I am using stackage based repo, and I didn't had
hpack
installed. But error message gave wrong clueWhat did you expect to happen?
To tell me that I am missing
hpack
.Steps to reproduce the issue
Make sure you DONT have
hpack
in you PATH.The version of ghciwatch with the bug
ghciwatch 1.0.0
The text was updated successfully, but these errors were encountered: