[commit: ghc] master: Export commentToAnnotation from Lexer.x (8a6b8c5)

git at git.haskell.org git at git.haskell.org
Thu Feb 23 11:39:09 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8a6b8c5fb96472d7c2e2cd1918950dd50f2fef71/ghc

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

commit 8a6b8c5fb96472d7c2e2cd1918950dd50f2fef71
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Thu Feb 23 13:16:51 2017 +0200

    Export commentToAnnotation from Lexer.x


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

8a6b8c5fb96472d7c2e2cd1918950dd50f2fef71
 compiler/parser/Lexer.x | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x
index 63715a0..1939432 100644
--- a/compiler/parser/Lexer.x
+++ b/compiler/parser/Lexer.x
@@ -71,6 +71,7 @@ module Lexer (
    addWarning,
    lexTokenStream,
    addAnnotation,AddAnn,addAnnsAt,mkParensApiAnn,
+   commentToAnnotation,
    moveAnnotations
   ) where
 



More information about the ghc-commits mailing list