summary refs log tree commit diff
path: root/doc/languages-frameworks
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 /doc/languages-frameworks
parent015e05149b3d73535120afff269188e4fbf75a77 (diff)
downloadnixlib-05c00a83453322c3b8db31b5d04ad80ad897c328.tar
nixlib-05c00a83453322c3b8db31b5d04ad80ad897c328.tar.gz
nixlib-05c00a83453322c3b8db31b5d04ad80ad897c328.tar.bz2
nixlib-05c00a83453322c3b8db31b5d04ad80ad897c328.tar.lz
nixlib-05c00a83453322c3b8db31b5d04ad80ad897c328.tar.xz
nixlib-05c00a83453322c3b8db31b5d04ad80ad897c328.tar.zst
nixlib-05c00a83453322c3b8db31b5d04ad80ad897c328.zip
haskell docs: fix typo
Diffstat (limited to 'doc/languages-frameworks')
-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 da3fd770ce72..afcba13488be 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