Add pointer to coding conventions to HACKING
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>
Wed, 25 Oct 2006 16:43:31 +0000 (16:43 +0000)
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>
Wed, 25 Oct 2006 16:43:31 +0000 (16:43 +0000)
HACKING

diff --git a/HACKING b/HACKING
index 9e574cf..a32b074 100644 (file)
--- 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