summaryrefslogtreecommitdiff
path: root/compiler/GHC/Unit/State.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Unit/State.hs-boot')
-rw-r--r--compiler/GHC/Unit/State.hs-boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/GHC/Unit/State.hs-boot b/compiler/GHC/Unit/State.hs-boot
index 7c906165df..3d06269654 100644
--- a/compiler/GHC/Unit/State.hs-boot
+++ b/compiler/GHC/Unit/State.hs-boot
@@ -1,7 +1,7 @@
module GHC.Unit.State where
import {-# SOURCE #-} GHC.Utils.Outputable
-import {-# SOURCE #-} GHC.Unit.Types (UnitId)
+import {-# SOURCE #-} GHC.Unit.Types (UnitId,Unit)
data UnitState
data UnitDatabase unit
@@ -9,3 +9,4 @@ data UnitDatabase unit
emptyUnitState :: UnitState
pprUnitIdForUser :: UnitState -> UnitId -> SDoc
pprWithUnitState :: UnitState -> SDoc -> SDoc
+unwireUnit :: UnitState -> Unit-> Unit