| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
- include cbits dir
- omit certain libraries when ghc > 6.2
- build this library at boot-time, because it will be needed by ghc-pkg
|
|
|
|
|
| |
Move the compatibility code for rawSystem from libraries/base into
ghc/lib/compat.
|
|
Add a compatibility library, which will mean that we can make use of
brand new libraries directly in GHC and the tools even when compiling
with older versions of GHC. The library just consists of stubs that
#include code from fptools/libraries.
This isn't wired up to the build yet.
|