[commit: ghc] master: Add trailing comma to fix the build. (f2d80de)

git at git.haskell.org git at git.haskell.org
Sat Oct 8 09:30:35 UTC 2016


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

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

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

commit f2d80de4b6aa7c3b5b9da20d7569907662d39bbe
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Sat Oct 8 10:28:47 2016 +0100

    Add trailing comma to fix the build.


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

f2d80de4b6aa7c3b5b9da20d7569907662d39bbe
 compiler/rename/RnNames.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/rename/RnNames.hs b/compiler/rename/RnNames.hs
index 5ea5dac..3b37b18 100644
--- a/compiler/rename/RnNames.hs
+++ b/compiler/rename/RnNames.hs
@@ -13,7 +13,7 @@ module RnNames (
         calculateAvails,
         reportUnusedNames,
         plusAvail,
-        checkConName
+        checkConName,
         nubAvails,
         mkChildEnv,
         findChildren,



More information about the ghc-commits mailing list