[commit: ghc] ghc-7.10: The production for `pquals` is incorrect; the specifics are in D803. (9fd6fae)

git at git.haskell.org git at git.haskell.org
Tue Apr 7 14:28:57 UTC 2015


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/9fd6faeebf66426113a2edbc3a282f833ca29065/ghc

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

commit 9fd6faeebf66426113a2edbc3a282f833ca29065
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Tue Apr 7 09:10:18 2015 -0500

    The production for `pquals` is incorrect; the specifics are in D803.
    
    Reviewed By: austin
    
    Differential Revision: https://phabricator.haskell.org/D803
    
    GHC Trac Issues: #10207
    
    (cherry picked from commit f1a4e42ea2e5302147dcb69b9baa6f4aa3af6e37)


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

9fd6faeebf66426113a2edbc3a282f833ca29065
 compiler/parser/Parser.y                           |   2 +-
 testsuite/tests/ghc-api/annotations/.gitignore     |   1 +
 .../ghc-api/annotations/ListComprehensions.hs      |  22 ++++
 testsuite/tests/ghc-api/annotations/Makefile       |   5 +
 testsuite/tests/ghc-api/annotations/all.T          |   2 +-
 .../annotations/{exampleTest.hs => listcomps.hs}   |  11 +-
 .../tests/ghc-api/annotations/listcomps.stdout     | 116 +++++++++++++++++++++
 .../tests/parser/should_fail/readFail038.stderr    |   2 +-
 8 files changed, 151 insertions(+), 10 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 9fd6faeebf66426113a2edbc3a282f833ca29065


More information about the ghc-commits mailing list