summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2018-02-06 21:34:10 +0000
committerGitHub <noreply@github.com>2018-02-06 21:34:10 +0000
commit718de7c2e425c7d67fa0df834937626e1b063517 (patch)
tree9d6c1c6cabaea710221a85e01f976581c12b6457
parent907474e649fa327c79195cf917fb6d89795cf110 (diff)
parentfa085fc07b3db36ae9e5bf13ed7398ba6ca1e5d2 (diff)
downloadnixlib-718de7c2e425c7d67fa0df834937626e1b063517.tar
nixlib-718de7c2e425c7d67fa0df834937626e1b063517.tar.gz
nixlib-718de7c2e425c7d67fa0df834937626e1b063517.tar.bz2
nixlib-718de7c2e425c7d67fa0df834937626e1b063517.tar.lz
nixlib-718de7c2e425c7d67fa0df834937626e1b063517.tar.xz
nixlib-718de7c2e425c7d67fa0df834937626e1b063517.tar.zst
nixlib-718de7c2e425c7d67fa0df834937626e1b063517.zip
Merge pull request #33306 from bgamari/patch-2
haskell: Recommend use of hoogle --local
-rw-r--r--doc/languages-frameworks/haskell.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/languages-frameworks/haskell.md b/doc/languages-frameworks/haskell.md
index 629db289ab1d..764fae3ce936 100644
--- a/doc/languages-frameworks/haskell.md
+++ b/doc/languages-frameworks/haskell.md
@@ -334,14 +334,10 @@ navigate there.
 
 Finally, you can run
 ```shell
-hoogle server -p 8080
+hoogle server -p 8080 --local
 ```
 and navigate to http://localhost:8080/ for your own local
-[Hoogle](https://www.haskell.org/hoogle/). Note, however, that Firefox and
-possibly other browsers disallow navigation from `http:` to `file:` URIs for
-security reasons, which might be quite an inconvenience. See [this
-page](http://kb.mozillazine.org/Links_to_local_pages_do_not_work) for
-workarounds.
+[Hoogle](https://www.haskell.org/hoogle/).
 
 ### How to build a Haskell project using Stack