summaryrefslogtreecommitdiff
path: root/compiler/GHC/Unit
diff options
context:
space:
mode:
authorFendor <power.walross@gmail.com>2020-08-15 12:25:30 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-08-18 15:40:42 -0400
commit9ad5cab33b8b78a346896cc6de555365c73e6298 (patch)
tree6fe52691e1c7f64f530eb71b25de5a915ab8aa90 /compiler/GHC/Unit
parentfdcf76450348d0554b7fd1768331f9efaf691e13 (diff)
downloadhaskell-9ad5cab33b8b78a346896cc6de555365c73e6298.tar.gz
Expose UnitInfoMap as it is part of the public API
Diffstat (limited to 'compiler/GHC/Unit')
-rw-r--r--compiler/GHC/Unit/State.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Unit/State.hs b/compiler/GHC/Unit/State.hs
index 123d9a8027..727b37fa32 100644
--- a/compiler/GHC/Unit/State.hs
+++ b/compiler/GHC/Unit/State.hs
@@ -18,6 +18,7 @@ module GHC.Unit.State (
listUnitInfo,
-- * Querying the package config
+ UnitInfoMap,
lookupUnit,
lookupUnit',
unsafeLookupUnit,