summary refs log tree commit diff
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2017-11-27 22:23:45 -0500
committerBenjamin Hipple <bhipple@protonmail.com>2017-11-27 22:24:32 -0500
commit05c00a83453322c3b8db31b5d04ad80ad897c328 (patch)
treec602bfe01c4efc3c8d611d6d68f483ec557a1e5b
parent015e05149b3d73535120afff269188e4fbf75a77 (diff)
downloadnixpkgs-05c00a83453322c3b8db31b5d04ad80ad897c328.tar
nixpkgs-05c00a83453322c3b8db31b5d04ad80ad897c328.tar.gz
nixpkgs-05c00a83453322c3b8db31b5d04ad80ad897c328.tar.bz2
nixpkgs-05c00a83453322c3b8db31b5d04ad80ad897c328.tar.lz
nixpkgs-05c00a83453322c3b8db31b5d04ad80ad897c328.tar.xz
nixpkgs-05c00a83453322c3b8db31b5d04ad80ad897c328.tar.zst
nixpkgs-05c00a83453322c3b8db31b5d04ad80ad897c328.zip
haskell docs: fix typo
-rw-r--r--doc/languages-frameworks/haskell.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/haskell.md b/doc/languages-frameworks/haskell.md
index da3fd770ce7..afcba13488b 100644
--- a/doc/languages-frameworks/haskell.md
+++ b/doc/languages-frameworks/haskell.md
@@ -48,7 +48,7 @@ trouble with packages like `3dmodels` and `4Blocks`, because these names are
 invalid identifiers in the Nix language. The issue of how to deal with these
 rare corner cases is currently unresolved.)
 
-Haskell packages who's Nix name (second column) begins with a `haskell-` prefix
+Haskell packages whose Nix name (second column) begins with a `haskell-` prefix
 are packages that provide a library whereas packages without that prefix
 provide just executables. Libraries may provide executables too, though: the
 package `haskell-pandoc`, for example, installs both a library and an