summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZubin Duggal <zubin@cmi.ac.in>2020-09-13 12:01:02 +0530
committerBen Gamari <ben@well-typed.com>2020-09-16 14:38:15 -0400
commit12d9742c523ab3b69db9c98e4a113f7ed8bdf754 (patch)
tree275759bf2bc0d942cc8dd8111e5ba9b7719675f8
parent3e55edd97c8eba271f5cb64b9362796791e0e887 (diff)
downloadhaskell-12d9742c523ab3b69db9c98e4a113f7ed8bdf754.tar.gz
Export enrichHie from GHC.Iface.Ext.Ast
This is useful for `ghcide` Backport of !4037
-rw-r--r--compiler/GHC/Iface/Ext/Ast.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Iface/Ext/Ast.hs b/compiler/GHC/Iface/Ext/Ast.hs
index 6325b722e9..e499ce04a0 100644
--- a/compiler/GHC/Iface/Ext/Ast.hs
+++ b/compiler/GHC/Iface/Ext/Ast.hs
@@ -19,7 +19,7 @@ Main functions for .hie file generation
{-# LANGUAGE TupleSections #-}
{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}
-module GHC.Iface.Ext.Ast ( mkHieFile, mkHieFileWithSource, getCompressedAsts) where
+module GHC.Iface.Ext.Ast ( mkHieFile, mkHieFileWithSource, getCompressedAsts, enrichHie) where
import GHC.Utils.Outputable(ppr)