From 0eba58e3f2a6bfd4e3b610c58ef26a1abecd6ce3 Mon Sep 17 00:00:00 2001
From: Duncan Coutts <duncan@haskell.org>
Date: Thu, 6 Sep 2007 01:20:55 +0000
Subject: [PATCH] note need to use -i when bootstrapping ghc, and update coders
 list

---
 README | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 7ea60f2d68..e8610db936 100644
--- a/README
+++ b/README
@@ -19,14 +19,14 @@ install, and register it in a standard location.
 
 Cabal should build just like any other Cabal-ized packagem, so if you
 you can't or don't want to use the Makefile, you can run:
-ghc --make Setup.lhs -o setup
+ghc -i. --make Setup.lhs -o setup
 ./setup configure
 ./setup build
 sudo ./setup install
 
 -= Installing as a user (no root or administer access) =-
 
-ghc --make Setup.lhs -o setup
+ghc -i. --make Setup.lhs -o setup
 ./setup configure --prefix=$HOME --user
 ./setup build
 ./setup install --user
@@ -98,9 +98,12 @@ Cabal Coders:
 - David Himmelstrup (Lemmih)
 - Simon Marlow
 - Ross Patterson
+- Thomas Schilling
 - Martin Sjögren
 - Malcolm Wallace (via hmake)
 
+- and nearly 30 other people have contributed occasional patches
+
 Cabal spec:
 - Isaac Jones
 - Simon Marlow
-- 
GitLab