From c6c5e6a4dd60c172fff847764fd4f88a20897342 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Mon, 29 Mar 2021 19:28:47 +0100 Subject: Checking that author and email show up in the commit Amending, will force-push from CLI --- compiler/GHC/Parser/Annotation.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(..), -- cgit v1.2.1