summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2021-03-29 19:28:47 +0100
committerGHC GitLab CI <ghc-ci@gitlab-haskell.org>2021-03-29 19:35:06 +0100
commitc6c5e6a4dd60c172fff847764fd4f88a20897342 (patch)
tree0784125f291d21cb5367f44d0a06cc0811ba5f3e
parent3314a8ea1db0c56a2dddcd79d000354bb47a0916 (diff)
downloadhaskell-wip/az/test-git-meta.tar.gz
Checking that author and email show up in the commitwip/az/test-git-meta
Amending, will force-push from CLI
-rw-r--r--compiler/GHC/Parser/Annotation.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/GHC/Parser/Annotation.hs b/compiler/GHC/Parser/Annotation.hs
index c62bdce65e..7e99d3a23e 100644
--- a/compiler/GHC/Parser/Annotation.hs
+++ b/compiler/GHC/Parser/Annotation.hs
@@ -2,7 +2,8 @@
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveFunctor #-}
{-# LANGUAGE FlexibleInstances #-}
-
+-- AZ gratuitous add to check git metadata on push
+-- AZ: changing with an amend
module GHC.Parser.Annotation (
-- * Core Exact Print Annotation types
AnnKeywordId(..),