[Git][ghc/ghc][ghc-9.0] Export enrichHie from GHC.Iface.Ext.Ast

Ben Gamari gitlab at gitlab.haskell.org
Thu Sep 17 02:02:10 UTC 2020



Ben Gamari pushed to branch ghc-9.0 at Glasgow Haskell Compiler / GHC


Commits:
12d9742c by Zubin Duggal at 2020-09-16T14:38:15-04:00
Export enrichHie from GHC.Iface.Ext.Ast

This is useful for `ghcide`

Backport of !4037

- - - - -


1 changed file:

- compiler/GHC/Iface/Ext/Ast.hs


Changes:

=====================================
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)
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/12d9742c523ab3b69db9c98e4a113f7ed8bdf754

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/12d9742c523ab3b69db9c98e4a113f7ed8bdf754
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200916/e9309e2e/attachment.html>


More information about the ghc-commits mailing list