summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Module.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Tc/Module.hs')
-rw-r--r--compiler/GHC/Tc/Module.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Module.hs b/compiler/GHC/Tc/Module.hs
index e202fdcec7..516aea677e 100644
--- a/compiler/GHC/Tc/Module.hs
+++ b/compiler/GHC/Tc/Module.hs
@@ -35,7 +35,7 @@ module GHC.Tc.Module (
checkBootDecl, checkHiBootIface',
findExtraSigImports,
implicitRequirements,
- checkUnitId,
+ checkUnit,
mergeSignatures,
tcRnMergeSignatures,
instantiateSignature,