summaryrefslogtreecommitdiff
path: root/ghc/lib/compat
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2004-11-11 09:38:22 by simonmar]simonmar2004-11-111-0/+9
| | | | | | - include cbits dir - omit certain libraries when ghc > 6.2 - build this library at boot-time, because it will be needed by ghc-pkg
* [project @ 2004-11-10 11:27:54 by simonmar]simonmar2004-11-103-2/+332
| | | | | Move the compatibility code for rawSystem from libraries/base into ghc/lib/compat.
* [project @ 2004-11-09 17:21:58 by simonmar]simonmar2004-11-0911-0/+56
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.