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

fix documentation typo in doc/languages-frameworks/haskell.md
This commit is contained in:
Peter Simons 2016-11-09 08:47:07 +01:00 committed by GitHub
commit 0a685cf8ea

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.