Changes between Version 9 and Version 10 of Attic/BeginnersNotes
- Timestamp:
- 05/23/06 03:18:37 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Attic/BeginnersNotes
v9 v10 7 7 1. Do not use -O to compile GHC while you are making heavy changes. Once things compile smoothly and you want to test it, compile with optimization (on my machine, adding -O triples the compile time for a fresh 'make'). 8 8 1. If you do a 'make tags' then you can go right to the definition of a function (from any module) using alt-. in emacs. 9 1. If you need to add or delete modules, use 'make boot' 9 1. If you need to add or delete modules, use 'make boot' to fix up the dependencies. 10 10
