diff options
author | Manuel M T Chakravarty <chak@cse.unsw.edu.au> | 2006-10-25 16:43:31 +0000 |
---|---|---|
committer | Manuel M T Chakravarty <chak@cse.unsw.edu.au> | 2006-10-25 16:43:31 +0000 |
commit | b8ec5dac41a84a7de12b10d5c5a7c9bf3efb83b9 (patch) | |
tree | b5fdcb44f3e4ed8b41dfb40308d187ca0e315efe /HACKING | |
parent | 1bd2c2dc49d10becff8225f090f807f16a8ab67b (diff) | |
download | haskell-b8ec5dac41a84a7de12b10d5c5a7c9bf3efb83b9.tar.gz |
Add pointer to coding conventions to HACKING
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |