summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFendor <power.walross@gmail.com>2021-08-24 10:48:29 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-08-24 11:03:38 -0400
commitfdb2bfab19f538c43b8138751da73a9b024a62a8 (patch)
treea51640595cef651bd5044118afc2a390378ffe08
parent31752b5500098e3723787359ebae27d34696cf2f (diff)
downloadhaskell-fdb2bfab19f538c43b8138751da73a9b024a62a8.tar.gz
Export PreloadUnitClosure as it is part of the public API
-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 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,