diff options
author | Zubin Duggal <zubin@cmi.ac.in> | 2020-09-13 12:01:02 +0530 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-15 15:20:23 -0400 |
commit | 0f3884b0b72fb1e4641450e68f63580c0e86f515 (patch) | |
tree | a72c504a3d474e6f5717d46a6d2da546f84abe99 /compiler/GHC/Iface | |
parent | c7182a5c67fe8b5bd256cb8eb805562636853ea2 (diff) | |
download | haskell-0f3884b0b72fb1e4641450e68f63580c0e86f515.tar.gz |
Export enrichHie from GHC.Iface.Ext.Ast
This is useful for `ghcide`
Diffstat (limited to 'compiler/GHC/Iface')
-rw-r--r-- | compiler/GHC/Iface/Ext/Ast.hs | 2 |
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) |