lol

Merge pull request #33306 from bgamari/patch-2

haskell: Recommend use of hoogle --local

authored by

Michael Raskin and committed by
GitHub
718de7c2 907474e6

+2 -6
+2 -6
doc/languages-frameworks/haskell.md
··· 334 334 335 335 Finally, you can run 336 336 ```shell 337 - hoogle server -p 8080 337 + hoogle server -p 8080 --local 338 338 ``` 339 339 and 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. 340 + [Hoogle](https://www.haskell.org/hoogle/). 345 341 346 342 ### How to build a Haskell project using Stack 347 343