Changes between Version 90 and Version 91 of Building
- Timestamp:
- 12/20/12 00:30:29 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building
v90 v91 21 21 * [wiki:Building/Hacking Getting started with the build system] 22 22 * [wiki:Building/Rebuilding How do I re-build after updating or changing GHC?] 23 * [wiki:Building/Troubleshooting FAQ: Solving common problems with building GHC] 24 * [wiki:Building/Hoogle Making GHC's source code searchable with Hoogle] 25 26 Working conventions, covering Git workflows, bug tracker, coding conventions etc: 27 * [wiki:WorkingConventions Working Conventions] 23 * [wiki:WorkingConventions Working Conventions (Git workflows, bug tracker, coding style etc.) ] 28 24 29 25 More detailed information about using the build system: … … 31 27 * [wiki:Building/Using Using the build system] 32 28 * [wiki:Building/StandardTargets Standard targets] 33 29 * [wiki:Building/Hoogle Making GHC's source code searchable with Hoogle] 34 30 * [wiki:Building/Docs Building the documentation] 35 31 * [wiki:Building/Installing Installing GHC from a build] 36 32 * [wiki:Building/Unregisterised Unregisterised builds] 37 * [wiki:Building/Porting Porting GHC to a new platform]38 * [wiki:CrossCompilation Cross-compilation]39 33 40 34 How to test and benchmark changes to GHC: … … 52 46 * [wiki:Commentary/Libraries The libraries on which GHC depends] 53 47 48 Porting GHC 49 50 * [wiki:CrossCompilation Cross-compilation (the NEW way to port GHC)] 51 * [wiki:Building/Porting Porting GHC to a new platform (the OLD way to port GHC)] 52 53 Troubleshooting: 54 55 * [wiki:Building/Troubleshooting FAQ: Solving common problems with building GHC] 56 54 57 Platform-specific building instructions (OLD, please move material here under [wiki:Building/Preparation]) 55 58
