diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2020-08-04 23:34:37 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-08-07 23:58:10 -0400 |
commit | e4f1b73ad9f292a6bbeb21fee44b0ba1a7f3c33b (patch) | |
tree | 5462826aeaa984661a0687e271c196a7d92e9b8d /utils | |
parent | dd51d53be42114c105b5ab15fcbdb387526b1c17 (diff) | |
download | haskell-e4f1b73ad9f292a6bbeb21fee44b0ba1a7f3c33b.tar.gz |
ApiAnnotations; tweaks for ghc-exactprint update
Remove unused ApiAnns, add one for linear arrow.
Include API Annotations for trailing comma in export list.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/check-api-annotations/Main.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/check-api-annotations/Main.hs b/utils/check-api-annotations/Main.hs index 366f7c7601..9358359f6d 100644 --- a/utils/check-api-annotations/Main.hs +++ b/utils/check-api-annotations/Main.hs @@ -5,7 +5,6 @@ import Data.List import GHC import GHC.Driver.Session import GHC.Utils.Outputable -import GHC.Parser.Annotation import GHC.Types.SrcLoc import System.Environment( getArgs ) import System.Exit |