[commit: ghc] wip/type-app: Lexing/parsing complete. (b1bc45c)
git at git.haskell.org
git at git.haskell.org
Fri Aug 7 12:03:57 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/type-app
Link : http://ghc.haskell.org/trac/ghc/changeset/b1bc45cf65c30294855013be46d35ea9ac5e42fa/ghc
>---------------------------------------------------------------
commit b1bc45cf65c30294855013be46d35ea9ac5e42fa
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Sat Jun 27 12:01:50 2015 -0400
Lexing/parsing complete.
>---------------------------------------------------------------
b1bc45cf65c30294855013be46d35ea9ac5e42fa
compiler/hsSyn/HsExpr.hs | 6 +++-
compiler/main/DynFlags.hs | 2 ++
compiler/parser/ApiAnnotation.hs | 2 +-
compiler/parser/Lexer.x | 43 +++++++++++++++++++++++
compiler/parser/Parser.y | 9 +++++
testsuite/tests/parser/should_compile/VtaParse.hs | 16 ++++++++-
6 files changed, 75 insertions(+), 3 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 b1bc45cf65c30294855013be46d35ea9ac5e42fa
More information about the ghc-commits
mailing list