From f182d71f8299b134f588dcb068d117c2e99a73e1 Mon Sep 17 00:00:00 2001 From: jneira Date: Wed, 6 May 2020 14:43:00 +0200 Subject: [PATCH] Fix haddock parsing errors --- exe/Main.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exe/Main.hs b/exe/Main.hs index 8ed5b112d5..68d6f87308 100644 --- a/exe/Main.hs +++ b/exe/Main.hs @@ -359,11 +359,11 @@ loadSession dir = liftIO $ do getSession -- Modify the map so the hieYaml now maps to the newly created -- HscEnv - -- Returns - -- * the new HscEnv so it can be used to modify the + -- Returns: + -- * The new HscEnv so it can be used to modify the -- FilePath -> HscEnv map - -- * The information for the new component which caused this cache miss - -- * The modified information (without -inplace flags) for + -- * The information for the new component which caused this cache miss + -- * The modified information (without -inplace flags) for -- existing packages pure (Map.insert hieYaml (newHscEnv, new_deps) m, (newHscEnv, head new_deps', tail new_deps'))