[commit: ghc] master: 80 columns (92b614f)

git at git.haskell.org git at git.haskell.org
Thu Nov 21 13:28:02 UTC 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/92b614fc734a2de86095b28a7f41571220fbbe80/ghc

>---------------------------------------------------------------

commit 92b614fc734a2de86095b28a7f41571220fbbe80
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Tue Oct 22 20:49:33 2013 +0100

    80 columns


>---------------------------------------------------------------

92b614fc734a2de86095b28a7f41571220fbbe80
 compiler/main/Packages.lhs |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/compiler/main/Packages.lhs b/compiler/main/Packages.lhs
index fb832ff..aefb536 100644
--- a/compiler/main/Packages.lhs
+++ b/compiler/main/Packages.lhs
@@ -959,8 +959,9 @@ lookupModuleWithSuggestions dflags m
   where
     pkg_state = pkgState dflags
     suggestions
-      | gopt Opt_HelpfulErrors dflags = fuzzyLookup (moduleNameString m) all_mods
-      | otherwise                     = []
+      | gopt Opt_HelpfulErrors dflags =
+           fuzzyLookup (moduleNameString m) all_mods
+      | otherwise = []
 
     all_mods :: [(String, Module)]     -- All modules
     all_mods = [ (moduleNameString mod_nm, mkModule pkg_id mod_nm)



More information about the ghc-commits mailing list