···334335Finally, you can run
336```shell
337-hoogle server -p 8080
338```
339and navigate to http://localhost:8080/ for your own local
340-[Hoogle](https://www.haskell.org/hoogle/). Note, however, that Firefox and
341-possibly other browsers disallow navigation from `http:` to `file:` URIs for
342-security reasons, which might be quite an inconvenience. See [this
343-page](http://kb.mozillazine.org/Links_to_local_pages_do_not_work) for
344-workarounds.
345346### How to build a Haskell project using Stack
347
···334335Finally, you can run
336```shell
337+hoogle server -p 8080 --local
338```
339and navigate to http://localhost:8080/ for your own local
340+[Hoogle](https://www.haskell.org/hoogle/).
0000341342### How to build a Haskell project using Stack
343