[commit: ghc] ghc-8.0: Fix typos (e091062)

git at git.haskell.org git at git.haskell.org
Thu Feb 18 12:03:19 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/e091062229e57a8344a165e110641be191d59552/ghc

>---------------------------------------------------------------

commit e091062229e57a8344a165e110641be191d59552
Author: Rik Steenkamp <rik at ewps.nl>
Date:   Tue Feb 16 22:44:42 2016 +0100

    Fix typos
    
    Reviewers: bgamari, austin
    
    Reviewed By: austin
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1915
    
    (cherry picked from commit 49c5cb40f049f0a868fa310a240a31b571f40491)


>---------------------------------------------------------------

e091062229e57a8344a165e110641be191d59552
 compiler/basicTypes/OccName.hs                            |  8 ++++----
 compiler/basicTypes/PatSyn.hs                             |  8 ++++----
 compiler/basicTypes/Unique.hs                             |  2 +-
 compiler/basicTypes/VarEnv.hs                             |  2 +-
 compiler/basicTypes/VarSet.hs                             |  2 +-
 compiler/hsSyn/HsBinds.hs                                 |  2 +-
 compiler/typecheck/TcErrors.hs                            |  2 +-
 compiler/typecheck/TcPatSyn.hs                            | 12 ++++++------
 compiler/typecheck/TcRnTypes.hs                           | 10 +++++-----
 compiler/types/TyCoRep.hs                                 |  2 +-
 docs/users_guide/glasgow_exts.rst                         | 10 +++++-----
 testsuite/tests/monadfail/MonadFailWarnings.stderr        |  8 ++++----
 testsuite/tests/wcompat-warnings/WCompatWarningsOn.stderr |  2 +-
 13 files changed, 35 insertions(+), 35 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc e091062229e57a8344a165e110641be191d59552


More information about the ghc-commits mailing list