summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2016-11-08 17:42:27 +0000
committerJoe Hermaszewski <git@monoid.al>2016-11-08 17:42:27 +0000
commit05f31e5c8a988b47d959d3d15a4d7b5d5d3ad288 (patch)
tree8776322492087d8bc1f0daf48a5d577b22cebb67 /doc
parenta4f2d339feba9625aec71e136d8a30cd1f92f8ed (diff)
downloadnixlib-05f31e5c8a988b47d959d3d15a4d7b5d5d3ad288.tar
nixlib-05f31e5c8a988b47d959d3d15a4d7b5d5d3ad288.tar.gz
nixlib-05f31e5c8a988b47d959d3d15a4d7b5d5d3ad288.tar.bz2
nixlib-05f31e5c8a988b47d959d3d15a4d7b5d5d3ad288.tar.lz
nixlib-05f31e5c8a988b47d959d3d15a4d7b5d5d3ad288.tar.xz
nixlib-05f31e5c8a988b47d959d3d15a4d7b5d5d3ad288.tar.zst
nixlib-05f31e5c8a988b47d959d3d15a4d7b5d5d3ad288.zip
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 904e3a5069ee..6728f4abba0e 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.