summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>2006-10-25 16:43:31 +0000
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>2006-10-25 16:43:31 +0000
commitb8ec5dac41a84a7de12b10d5c5a7c9bf3efb83b9 (patch)
treeb5fdcb44f3e4ed8b41dfb40308d187ca0e315efe /HACKING
parent1bd2c2dc49d10becff8225f090f807f16a8ab67b (diff)
downloadhaskell-b8ec5dac41a84a7de12b10d5c5a7c9bf3efb83b9.tar.gz
Add pointer to coding conventions to HACKING
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING8
1 files changed, 8 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 9e574cfb8f..a32b074ac2 100644
--- a/HACKING
+++ b/HACKING
@@ -28,6 +28,14 @@ The GHC Developer's Wiki
This is part of the "Building GHC" section of the wiki, which
has more detailed information on GHC's build system should you
need it.
+
+
+ Coding conventions
+
+ http://hackage.haskell.org/trac/ghc/wiki/WorkingConventions
+
+ This wiki page explains the ground rules for code that is intended
+ to go into the mainline compiler source.
The GHC Commentary