summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFendor <power.walross@gmail.com>2022-10-29 16:11:10 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-11-01 12:50:25 -0400
commit38d19668aa60edee495008be84072c15a038dc05 (patch)
treecc62a0c0c292acf291a1c44fd34e12f2615997cb
parent0560821f637fa2a4318fb068a969f4802acb5a89 (diff)
downloadhaskell-38d19668aa60edee495008be84072c15a038dc05.tar.gz
Expose UnitEnvGraphKey for user-code
-rw-r--r--compiler/GHC/Unit/Env.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Unit/Env.hs b/compiler/GHC/Unit/Env.hs
index c2815dc234..ade158ddad 100644
--- a/compiler/GHC/Unit/Env.hs
+++ b/compiler/GHC/Unit/Env.hs
@@ -37,6 +37,7 @@ module GHC.Unit.Env
, addHomeModInfoToHug
-- * UnitEnvGraph
, UnitEnvGraph (..)
+ , UnitEnvGraphKey
, unitEnv_insert
, unitEnv_delete
, unitEnv_adjust