kazu-yamamoto / hhp

Happy Haskell Programming
BSD 3-Clause "New" or "Revised" License
67 stars 5 forks source link

"hhp browse" does not work? #11

Closed Shougo closed 3 years ago

Shougo commented 3 years ago

Hi. I am neco-ghc maintainer. https://github.com/eagletmt/neco-ghc

I have tested hhp instead of ghc-mod. hhp 0.0.3 is installed by stack.

hhpc browse seems not work for me. hhpc browse -o System.IO output is empty.

Am I missing something? Can you show me the correct usage?

kazu-yamamoto commented 3 years ago

Here is an example:

% hhpc browse -o System.IO | head
AbsoluteSeek
AppendMode
BlockBuffering
BufferMode
CRLF
FilePath
Handle
HandlePosn
IO
IOMode
Luc-Saccoccio commented 3 years ago

I'm sorry, but I have the same problem on my side :

% hhpc browse -o System.IO
%

It shows nothing. The version is 0.0.3, installed using Stack.

Shougo commented 3 years ago

The documentation installation is needed? I don't know how.

kazu-yamamoto commented 3 years ago

Ah. hhp does not support stack. Cabal only.

Shougo commented 3 years ago

Oh, I have not known that.

I have failed cabal installation... So I have used stack.