Haskell hoogle installed via cabal but hoogle command not found

The hoogle installation process (hoogle-4.2.36) seems to be successful, except that when you type "hoogle" on the command line, it complains about "hoogle: command not found".

Tried this on two machines (both ran MAC OS X Yosemite), they failed the same way. Any suggestions on how to fix it?

Thanks!

+6
source share
1 answer

Thanks to your information, I found my executable file "hoogle" in ".cabal / bin". Alas, why does Kabbalah not add it to PATH?

+4
source

Source: https://habr.com/ru/post/979213/


All Articles