summaryrefslogtreecommitdiff
path: root/compiler/parser/ApiAnnotation.hs
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2017-02-24 13:00:28 +0200
committerAlan Zimmerman <alan.zimm@gmail.com>2017-02-24 14:22:16 +0200
commit67c2e076c615acc91250e50fbb5f8c24961d4d9e (patch)
tree0e454cfffecb71ccc1063bbb3d04c0db5a907304 /compiler/parser/ApiAnnotation.hs
parenta6e13d502ef46de854ec1babcd764ccce68c95e3 (diff)
downloadhaskell-67c2e076c615acc91250e50fbb5f8c24961d4d9e.tar.gz
Add API Annotation AnnSignature for backpack signature modules
Diffstat (limited to 'compiler/parser/ApiAnnotation.hs')
-rw-r--r--compiler/parser/ApiAnnotation.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/parser/ApiAnnotation.hs b/compiler/parser/ApiAnnotation.hs
index b20f23f066..77db0f18d6 100644
--- a/compiler/parser/ApiAnnotation.hs
+++ b/compiler/parser/ApiAnnotation.hs
@@ -262,6 +262,7 @@ data AnnKeywordId
| AnnSafe
| AnnSemi -- ^ ';'
| AnnSimpleQuote -- ^ '''
+ | AnnSignature
| AnnStatic -- ^ 'static'
| AnnStock
| AnnThen