iquiw / company-ghc

Company-mode completion back-end for haskell-mode via ghc-mod
125 stars 6 forks source link

fix company-ghc-doc-buffer #27

Closed luntain closed 8 years ago

luntain commented 8 years ago

fix it so that it works with haskell-hoogle-command that is actually a command and not just an executable name

iquiw commented 8 years ago

Thanks, but it seems it does not work with some operators, such as <. Just curious, what value of haskell-hoogle-command are you using?

luntain commented 8 years ago

stack exec -- hoogle --database=/Users/luntain/p/ta/.stack-work/hoogle

http://stackoverflow.com/questions/34637832/manage-hoogle-index-using-stack-tool

iquiw commented 8 years ago

stack exec -- hoogle --database=/Users/luntain/p/ta/.stack-work/hoogle

I see.

Thank you!