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. ...@@ -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 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: 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 configure
./setup build ./setup build
sudo ./setup install sudo ./setup install
-= Installing as a user (no root or administer access) =- -= 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 configure --prefix=$HOME --user
./setup build ./setup build
./setup install --user ./setup install --user
...@@ -98,9 +98,12 @@ Cabal Coders: ...@@ -98,9 +98,12 @@ Cabal Coders:
- David Himmelstrup (Lemmih) - David Himmelstrup (Lemmih)
- Simon Marlow - Simon Marlow
- Ross Patterson - Ross Patterson
- Thomas Schilling
- Martin Sjögren - Martin Sjögren
- Malcolm Wallace (via hmake) - Malcolm Wallace (via hmake)
- and nearly 30 other people have contributed occasional patches
Cabal spec: Cabal spec:
- Isaac Jones - Isaac Jones
- Simon Marlow - 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