diff options
author | Fendor <power.walross@gmail.com> | 2020-08-15 12:25:30 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-08-18 15:40:42 -0400 |
commit | 9ad5cab33b8b78a346896cc6de555365c73e6298 (patch) | |
tree | 6fe52691e1c7f64f530eb71b25de5a915ab8aa90 /compiler/GHC/Unit | |
parent | fdcf76450348d0554b7fd1768331f9efaf691e13 (diff) | |
download | haskell-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.hs | 1 |
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, |