diff options
author | Fendor <power.walross@gmail.com> | 2021-08-24 10:48:29 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-08-24 11:03:38 -0400 |
commit | fdb2bfab19f538c43b8138751da73a9b024a62a8 (patch) | |
tree | a51640595cef651bd5044118afc2a390378ffe08 /compiler | |
parent | 31752b5500098e3723787359ebae27d34696cf2f (diff) | |
download | haskell-fdb2bfab19f538c43b8138751da73a9b024a62a8.tar.gz |
Export PreloadUnitClosure as it is part of the public API
Diffstat (limited to 'compiler')
-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 c178be88aa..59cc444dc9 100644 --- a/compiler/GHC/Unit/State.hs +++ b/compiler/GHC/Unit/State.hs @@ -10,6 +10,7 @@ module GHC.Unit.State ( -- * Reading the package config, and processing cmdline args UnitState(..), + PreloadUnitClosure, UnitDatabase (..), UnitErr (..), emptyUnitState, |