[project @ 2004-11-09 17:21:58 by simonmar]
authorsimonmar <unknown>
Tue, 9 Nov 2004 17:22:01 +0000 (17:22 +0000)
committersimonmar <unknown>
Tue, 9 Nov 2004 17:22:01 +0000 (17:22 +0000)
commit120f14425699fc0d6fb9f024c928c8596d00f914
tree80d06345c2bd49e52b5044f742957a58a5c01c6f
parent7331a887f634652f9d28ccbe0384cabb779c7ba3
[project @ 2004-11-09 17:21:58 by simonmar]
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.
12 files changed:
ghc/lib/Makefile [new file with mode: 0644]
ghc/lib/compat/Data/Version.hs [new file with mode: 0644]
ghc/lib/compat/Distribution/Compat/Error.hs [new file with mode: 0644]
ghc/lib/compat/Distribution/Compat/ReadP.hs [new file with mode: 0644]
ghc/lib/compat/Distribution/Extension.hs [new file with mode: 0644]
ghc/lib/compat/Distribution/InstalledPackageInfo.hs [new file with mode: 0644]
ghc/lib/compat/Distribution/License.hs [new file with mode: 0644]
ghc/lib/compat/Distribution/Package.hs [new file with mode: 0644]
ghc/lib/compat/Distribution/ParseUtils.hs [new file with mode: 0644]
ghc/lib/compat/Distribution/Setup.hs [new file with mode: 0644]
ghc/lib/compat/Distribution/Version.hs [new file with mode: 0644]
ghc/lib/compat/Makefile [new file with mode: 0644]