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

Completion error on OS X: GHCi lacks :complete support #281

Closed
wfaler opened this issue Jun 10, 2014 · 3 comments
Closed

Completion error on OS X: GHCi lacks :complete support #281

wfaler opened this issue Jun 10, 2014 · 3 comments

Comments

@wfaler
Copy link

wfaler commented Jun 10, 2014

I just installed haskell-mode for Emacs on OS X, with the latest haskell-platform installed via homebrew, including the following packages (GHC 7.6.3):

  • cabal (1.20.2)
  • happy
  • alex
  • ghc-mod
  • ghci-ng
  • structured-haskell-mode
  • stylish-haskell

When I try to code complete on a new cabal project, I get the following error, which is new to me (I have had completion working on OS X previously):
Error running timer ac-update-greedy': (error "GHCi lacks:complete' support")

..any pointers would be greatly appreciated..

@chrisdone
Copy link
Member

You need GHC 7.8.

@chrisdone
Copy link
Member

Oh, you're using ghci-ng? Try running: C-u M-! which ghci

@wfaler
Copy link
Author

wfaler commented Jun 11, 2014

Thanks! Both comments where helpful and solve the problem in different ways. :)

@wfaler wfaler closed this as completed Jun 11, 2014
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

No branches or pull requests

2 participants