summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZubin Duggal <zubin@cmi.ac.in>2020-09-13 12:01:02 +0530
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-15 15:20:23 -0400
commit0f3884b0b72fb1e4641450e68f63580c0e86f515 (patch)
treea72c504a3d474e6f5717d46a6d2da546f84abe99
parentc7182a5c67fe8b5bd256cb8eb805562636853ea2 (diff)
downloadhaskell-0f3884b0b72fb1e4641450e68f63580c0e86f515.tar.gz
Export enrichHie from GHC.Iface.Ext.Ast
This is useful for `ghcide`
-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 448ae5dc54..52a62862ce 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)