Haskell hoogle installed through cabal, but hoogle command not found

679 views Asked by At

The hoogle (hoogle-4.2.36) installation process looks successful, except that when typing "hoogle" at the command line, it complains "hoogle: command not found".

Tried this on two machines (both running MAC OS X Yosemite), they failed exactly the same way. Any suggestions to resolve this?

Thanks!

1

There are 1 answers

0
user962815 On

Thanks to your information, I found my "hoogle" executable in ".cabal/bin". Alas, why doesn't cabal add it to PATH?