summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2016-10-08 10:28:47 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2016-10-08 10:30:19 +0100
commitf2d80de4b6aa7c3b5b9da20d7569907662d39bbe (patch)
treee4508fe3f6c056ca073beab176ce36e8b4349884
parente660f4bf546e90fb6719ad268ca3daaecdce4b82 (diff)
downloadhaskell-f2d80de4b6aa7c3b5b9da20d7569907662d39bbe.tar.gz
Add trailing comma to fix the build.
-rw-r--r--compiler/rename/RnNames.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnNames.hs b/compiler/rename/RnNames.hs
index 5ea5dacdb4..3b37b18cc2 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,