Merge pull request #20257 from expipiplus1/haskell-doc-typo

fix documentation typo in doc/languages-frameworks/haskell.md
(cherry picked from commit 0a685cf8ea)
This commit is contained in:
Peter Simons
2016-11-09 08:47:07 +01:00
committed by Vladimír Čunát
parent 18ff275f17
commit 2e2a0abcfd

View File

@@ -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.