Skip to content
New issue

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

Changes to Hoogle #1620

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Changes to Hoogle #1620

wants to merge 3 commits into from

Conversation

tsoernes
Copy link

No description provided.

(defun haskell-hoogle-start-stack-server ()
"Start hoogle local server using the local Stack configuration."
(interactive)
(if (executable-find "stack")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you need this check, if the executable doesn't exist the user will get a suitable error anyway.

@fommil
Copy link
Contributor

fommil commented Oct 19, 2018

Thanks! I had been meaning to add something like this.

@tsoernes
Copy link
Author

I think the previous build failed because of a repo being down. I removed the check you mentioned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants