summaryrefslogtreecommitdiff
path: root/compiler/main/GHC.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/main/GHC.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/main/GHC.hs')
-rw-r--r--compiler/main/GHC.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs
index 0ac1331d26..666ff49c3b 100644
--- a/compiler/main/GHC.hs
+++ b/compiler/main/GHC.hs
@@ -272,6 +272,7 @@ module GHC (
ApiAnns,AnnKeywordId(..),AnnotationComment(..),
getAnnotation, getAndRemoveAnnotation,
getAnnotationComments, getAndRemoveAnnotationComments,
+ unicodeAnn,
-- * Miscellaneous
--sessionHscEnv,