Changes between Version 1 and Version 2 of AddingNewPrimitiveOperations
- Timestamp:
- 10/18/11 02:23:55 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddingNewPrimitiveOperations
v1 v2 339 339 == "Make" the changes == 340 340 341 '''First: make clean!''' GHC doesn't correctly track changes to the `GHC.Prim`, so it won't recompile enough things if you just type `make`, so you need to `make clean` first. (strictly speaking you don't need to clean the stage 1 compiler, so if you know what you're doing you might want to try cleaning just the right bits). 342 341 343 Then we {{{make all}}} in the top-level directory. The error message that 342 344 we get is
