Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of compat/ | Ian Lynagh | 2008-07-08 | 3 | -241/+0 |
| | | | | | | Compat.Unicode is not utils/Unicode in the compiler. We build the hpc package with the stage1 compiler. Nothing else in the compat package was still used. | ||||
* | Fix building with compilers which don't have an integer for a patch level | Ian Lynagh | 2007-09-21 | 1 | -1/+3 |
| | |||||
* | Fix C/Haskell type mismatches | Ian Lynagh | 2007-04-04 | 1 | -2/+2 |
| | |||||
* | Move #ifdef __GLASGOW_HASKELL__ < 604 to cover the CSIDL definitions too | Simon Marlow | 2007-02-05 | 1 | -2/+2 |
| | | | | Fixes bug exposed by compiling base w/ -fasm on Windows | ||||
* | __compat_long_path_size(): have proto and defn agree on return type | sof@galois.com | 2006-06-14 | 1 | -2/+2 |
| | |||||
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 3 | -0/+239 |
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. |