Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types
[ghc-hetmet.git] / HACKING
diff --git a/HACKING b/HACKING
index a9b27ff..c7e6895 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -7,6 +7,20 @@ that will help get you started right away, and point you in the
 direction of more comprehensive documentation for later.
 
 
+Getting the sources
+-------------------
+
+First get the GHC darcs repository:
+
+   $ darcs get http://darcs.haskell.org/ghc/
+
+Then run the darcs-all shell script in that repository 
+to get the other repositories:
+
+   $ cd ghc
+   $ sh darcs-all
+
+
 Setting up your build
 ---------------------
 
@@ -135,7 +149,7 @@ Full optimisation
 -----------------
 
 To turn up everything to the max, for running performance tests for
-example, try theses:
+example, try these:
 
   SRC_HC_OPTS  = -H64m -O2 
   GhcLibHcOpts = -O2