diff options
-rw-r--r-- | compiler/GHC/Parser/Annotation.hs | 3 |
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(..), |