ndmitchell / hoogle

Haskell API search engine
http://hoogle.haskell.org/
Other
738 stars 134 forks source link

The `--link` parameters for the cli command doesn't seem to work #178

Closed korayal closed 8 years ago

korayal commented 8 years ago

According to the hoogle search --help the -l parameter is supposed to provide URLs for each result. But the behavior I'm getting is as below:

image

As you can see in the screenshot, I'm also not getting any details regarding what module a result belongs to. Am I doing something wrong? (this behavior also seems to break the helm-hoogle module for emacs)

ndmitchell commented 8 years ago

Thanks for the report, fixed in HEAD and making a release as soon as my CI bots come back to me.

korayal commented 8 years ago

Just tried it out and it works perfectly! thank you.

ndmitchell commented 8 years ago

Version 5.0.1 released which fixes this bug.