From f80dcc844882edfec6d76c7ad1df49c0208f4903 Mon Sep 17 00:00:00 2001 From: Zubin Duggal <zubin@cmi.ac.in> Date: Sun, 13 Sep 2020 12:01:02 +0530 Subject: [PATCH] Export enrichHie from GHC.Iface.Ext.Ast This is useful for `ghcide` --- compiler/GHC/Iface/Ext/Ast.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/GHC/Iface/Ext/Ast.hs b/compiler/GHC/Iface/Ext/Ast.hs index 448ae5dc54b..52a62862ce0 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) -- GitLab