[Git][ghc/ghc][wip/pluginExtFields] Add exports

Josh Meredith gitlab at gitlab.haskell.org
Wed Jul 8 16:17:23 UTC 2020



Josh Meredith pushed to branch wip/pluginExtFields at Glasgow Haskell Compiler / GHC


Commits:
842771d5 by Josh Meredith at 2020-07-09T02:17:07+10:00
Add exports

- - - - -


1 changed file:

- compiler/GHC/IfaceToCore.hs


Changes:

=====================================
compiler/GHC/IfaceToCore.hs
=====================================
@@ -20,7 +20,9 @@ module GHC.IfaceToCore (
         tcIfaceAnnotations, tcIfaceCompleteSigs,
         tcIfaceExpr,    -- Desired by HERMIT (#7683)
         tcIfaceGlobal,
-        tcIfaceOneShot
+        tcIfaceOneShot,
+        tcIfaceType,
+        tcJoinInfo,
  ) where
 
 #include "HsVersions.h"



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/842771d5ff7f60672f86800846e3cf8a82f4aafe

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/842771d5ff7f60672f86800846e3cf8a82f4aafe
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/20200708/71fd3d4d/attachment-0001.html>


More information about the ghc-commits mailing list