diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-01-17 11:25:49 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-01-17 11:25:49 +0100 |
commit | 715be013d40511771bb760647e4aff1b165ddd21 (patch) | |
tree | 140aefed45e565cfa0246dbee9d20c14d3da9b8c /docs/users_guide/bugs.rst | |
parent | 563d64fd067219a0e42c5f1c83830d2847243f6f (diff) | |
download | haskell-715be013d40511771bb760647e4aff1b165ddd21.tar.gz |
Typos in manual and comments [ci skip]
Diffstat (limited to 'docs/users_guide/bugs.rst')
-rw-r--r-- | docs/users_guide/bugs.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/bugs.rst b/docs/users_guide/bugs.rst index c1527f1b71..9b60e5429c 100644 --- a/docs/users_guide/bugs.rst +++ b/docs/users_guide/bugs.rst @@ -472,7 +472,7 @@ Bugs in GHC .. code-block:: none ghc: panic! (the 'impossible' happened) - (GHC version 7.10.1 for x86_64-unknown-linux): + (GHC version 8.2.1 for x86_64-unknown-linux): Simplifier ticks exhausted When trying UnfoldingDone x_alB To increase the limit, use -fsimpl-tick-factor=N (default 100) @@ -541,7 +541,7 @@ Bugs in GHC unexpected results. See :ghc-ticket:`11715` for one example. - Because of a toolchain limitation we are unable to support full Unicode paths - on WIndows. On Windows we support up to Latin-1. See :ghc-ticket:`12971` for more. + on Windows. On Windows we support up to Latin-1. See :ghc-ticket:`12971` for more. .. _bugs-ghci: |