summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-11-09 08:47:07 +0100
committerGitHub <noreply@github.com>2016-11-09 08:47:07 +0100
commit0a685cf8ea13ce0eb91b2a05d03186073ffaf73f (patch)
tree4f1a0958c4e2f606cb679c10655560ddf5d48701 /doc
parent220bdd33c7faa5d98762f65da86db7ea327858b6 (diff)
parent05f31e5c8a988b47d959d3d15a4d7b5d5d3ad288 (diff)
downloadnixpkgs-0a685cf8ea13ce0eb91b2a05d03186073ffaf73f.tar
nixpkgs-0a685cf8ea13ce0eb91b2a05d03186073ffaf73f.tar.gz
nixpkgs-0a685cf8ea13ce0eb91b2a05d03186073ffaf73f.tar.bz2
nixpkgs-0a685cf8ea13ce0eb91b2a05d03186073ffaf73f.tar.lz
nixpkgs-0a685cf8ea13ce0eb91b2a05d03186073ffaf73f.tar.xz
nixpkgs-0a685cf8ea13ce0eb91b2a05d03186073ffaf73f.tar.zst
nixpkgs-0a685cf8ea13ce0eb91b2a05d03186073ffaf73f.zip
Merge pull request #20257 from expipiplus1/haskell-doc-typo
fix documentation typo in doc/languages-frameworks/haskell.md
Diffstat (limited to 'doc')
-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 904e3a5069e..6728f4abba0 100644
--- a/doc/languages-frameworks/haskell.md
+++ b/doc/languages-frameworks/haskell.md
@@ -633,7 +633,7 @@ Now the builds succeeds.
 Of course, in the concrete example of `ghc-events` this whole exercise is not
 an ideal solution, because `ghc-events` can analyze the output emitted by any
 version of GHC later than 6.12 regardless of the compiler version that was used
-to build the `ghc-events' executable, so strictly speaking there's no reason to
+to build the `ghc-events` executable, so strictly speaking there's no reason to
 prefer one built with GHC 7.8.x in the first place. However, for users who
 cannot use GHC 7.10.x at all for some reason, the approach of downgrading to an
 older version might be useful.