summaryrefslogtreecommitdiff
path: root/compiler/parser/ApiAnnotation.hs
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2015-12-30 18:51:53 +0200
committerAlan Zimmerman <alan.zimm@gmail.com>2015-12-31 11:52:52 +0200
commit25e4556d97429e95ddb5972f6e7e6599ef902e9c (patch)
tree1a17292a9fcf9f91e0dce42d1d70f4e6bded12d7 /compiler/parser/ApiAnnotation.hs
parentbb7f2e33197e667eb694bd1243f125c722a0a868 (diff)
downloadhaskell-25e4556d97429e95ddb5972f6e7e6599ef902e9c.tar.gz
Various API Annotations fixes
- Export unicodeAnn from GHC - unicodeAnn for Annlarrowtail was wrong - Use actual source for a CImport SourceText
Diffstat (limited to 'compiler/parser/ApiAnnotation.hs')
-rw-r--r--compiler/parser/ApiAnnotation.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/parser/ApiAnnotation.hs b/compiler/parser/ApiAnnotation.hs
index b5214c17b3..73490e4fc5 100644
--- a/compiler/parser/ApiAnnotation.hs
+++ b/compiler/parser/ApiAnnotation.hs
@@ -324,7 +324,7 @@ unicodeAnn AnnDcolon = AnnDcolonU
unicodeAnn AnnLarrow = AnnLarrowU
unicodeAnn AnnRarrow = AnnRarrowU
unicodeAnn AnnDarrow = AnnDarrowU
-unicodeAnn Annlarrowtail = AnnLarrowtailU
+unicodeAnn Annlarrowtail = AnnlarrowtailU
unicodeAnn Annrarrowtail = AnnrarrowtailU
unicodeAnn AnnLarrowtail = AnnLarrowtailU
unicodeAnn AnnRarrowtail = AnnRarrowtailU