Changes between Version 2 and Version 3 of AddingNewPrimitiveOperations
- Timestamp:
- 10/18/11 02:24:20 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddingNewPrimitiveOperations
v2 v3 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).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 342 343 343 Then we {{{make all}}} in the top-level directory. The error message that
