Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 1 | -2/+2 |
| | |||||
* | Update driver/Makefile for the new build system | Ian Lynagh | 2009-07-05 | 1 | -33/+12 |
| | |||||
* | Install a versioned ghc-pkg script; fixes trac #2662 | Ian Lynagh | 2008-10-09 | 1 | -1/+1 |
| | |||||
* | Create runhaskell as well as runghc | Ian Lynagh | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | Reinstate the driver/ghc directory, to create a versioned GHC program | Ian Lynagh | 2008-09-12 | 1 | -1/+1 |
| | | | | e.g. $(bindir)/ghc-6.9.20080911 | ||||
* | Use test -f rather than test -e | Ian Lynagh | 2008-09-08 | 1 | -1/+1 |
| | | | | Hopefully this will fix the SunOS builbot slave. | ||||
* | When making bindists, check that we know where we are | Ian Lynagh | 2008-08-25 | 1 | -0/+4 |
| | |||||
* | move INPLACE_DATA_DIR into mk/config.mk and share it | Simon Marlow | 2008-08-13 | 1 | -1/+0 |
| | |||||
* | Remove references to the files that the RTS no longer knows about | Ian Lynagh | 2008-08-10 | 1 | -3/+3 |
| | | | | Spotted by Simon | ||||
* | We don't need to generate driver/package.conf any more; spotted by Simon | Ian Lynagh | 2008-08-10 | 1 | -1/+0 |
| | |||||
* | bindist fixes | Ian Lynagh | 2008-08-10 | 1 | -1/+1 |
| | |||||
* | bindists are now some way towards working | Ian Lynagh | 2008-08-10 | 1 | -4/+2 |
| | |||||
* | Some "install" and "clean" fixes | Ian Lynagh | 2008-07-18 | 1 | -1/+1 |
| | |||||
* | More build system changes; ghc-pkg is now built with Cabal | Ian Lynagh | 2008-07-18 | 1 | -7/+9 |
| | |||||
* | Fix bindist creation | Ian Lynagh | 2007-06-01 | 1 | -0/+6 |
| | | | | | Bindists should now work again, when doing "make install" at least. "make in-place" is probably still broken. | ||||
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+28 |
Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too. |