diff options
-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, |