From 12d9742c523ab3b69db9c98e4a113f7ed8bdf754 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` Backport of !4037 --- 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 6325b722e96..e499ce04a0a 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