summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-06-16 20:14:07 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2018-06-16 20:14:51 -0400
commitd203ce230bf646432fefbec2d1a7d7627012dc29 (patch)
treeac29bbe3fae1fe3e9f44f96c8fb1ff2934f55e02 /doc/languages-frameworks
parent0ac07da0ecdc693c5d8570e9e2b8c0538f5978c8 (diff)
downloadnixlib-d203ce230bf646432fefbec2d1a7d7627012dc29.tar
nixlib-d203ce230bf646432fefbec2d1a7d7627012dc29.tar.gz
nixlib-d203ce230bf646432fefbec2d1a7d7627012dc29.tar.bz2
nixlib-d203ce230bf646432fefbec2d1a7d7627012dc29.tar.lz
nixlib-d203ce230bf646432fefbec2d1a7d7627012dc29.tar.xz
nixlib-d203ce230bf646432fefbec2d1a7d7627012dc29.tar.zst
nixlib-d203ce230bf646432fefbec2d1a7d7627012dc29.zip
haskell.section.md: fix typo
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/haskell.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/haskell.section.md b/doc/languages-frameworks/haskell.section.md
index 74cb0da15700..68dd59958c30 100644
--- a/doc/languages-frameworks/haskell.section.md
+++ b/doc/languages-frameworks/haskell.section.md
@@ -312,7 +312,7 @@ For example, installing the following environment
 allows one to browse module documentation index [not too dissimilar to
 this](https://downloads.haskell.org/~ghc/latest/docs/html/libraries/index.html)
 for all the specified packages and their dependencies by directing a browser of
-choice to `~/.nix-profiles/share/doc/hoogle/index.html` (or
+choice to `~/.nix-profile/share/doc/hoogle/index.html` (or
 `/run/current-system/sw/share/doc/hoogle/index.html` in case you put it in
 `environment.systemPackages` in NixOS).