···334334335335Finally, you can run
336336```shell
337337-hoogle server -p 8080
337337+hoogle server -p 8080 --local
338338```
339339and navigate to http://localhost:8080/ for your own local
340340-[Hoogle](https://www.haskell.org/hoogle/). Note, however, that Firefox and
341341-possibly other browsers disallow navigation from `http:` to `file:` URIs for
342342-security reasons, which might be quite an inconvenience. See [this
343343-page](http://kb.mozillazine.org/Links_to_local_pages_do_not_work) for
344344-workarounds.
340340+[Hoogle](https://www.haskell.org/hoogle/).
345341346342### How to build a Haskell project using Stack
347343