diff options
-rw-r--r-- | src/Haddock/Interface.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Interface.hs b/src/Haddock/Interface.hs index 49eef96c..d33d322d 100644 --- a/src/Haddock/Interface.hs +++ b/src/Haddock/Interface.hs @@ -114,7 +114,7 @@ createInterfaces' session modules flags instIfaceMap = do mbGraph <- depanal session [] False modgraph <- case mbGraph of Just graph -> return graph - Nothing -> throwE "Failed to create dependecy graph" + Nothing -> throwE "Failed to create dependency graph" let orderedMods = flattenSCCs $ topSortModuleGraph False modgraph Nothing (ifaces, _) <- foldM (\(ifaces, modMap) modsum -> do x <- processModule session modsum flags modMap instIfaceMap |