Skip to content
Snippets Groups Projects
Commit 0eba58e3 authored by Duncan Coutts's avatar Duncan Coutts
Browse files

note need to use -i when bootstrapping ghc, and update coders list

parent 13107eb0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment