simonmar 2002/09/06 07:35:45 PDT
Modified files:
ghc/compiler HsVersions.h Makefile
ghc/compiler/absCSyn PprAbsC.lhs
ghc/compiler/deSugar DsCCall.lhs
ghc/compiler/ghci InteractiveUI.hs
ghc/compiler/main Main.hs ParsePkgConf.y SysTools.lhs
ghc/compiler/nativeGen PprMach.lhs
ghc/compiler/parser Parser.y
ghc/compiler/utils Digraph.lhs FastString.lhs PrimPacked.lhs
Log:
Finally separate the compiler from hslibs.
Mainly import wibbles, and use the new POSIX library when
bootstrapping.
Revision Changes Path
1.28 +4 -0 fptools/ghc/compiler/HsVersions.h
1.221 +8 -1 fptools/ghc/compiler/Makefile
1.94 +1 -1 fptools/ghc/compiler/absCSyn/PprAbsC.lhs
1.59 +6 -25 fptools/ghc/compiler/deSugar/DsCCall.lhs
1.133 +2 -2 fptools/ghc/compiler/ghci/InteractiveUI.hs
1.110 +5 -0 fptools/ghc/compiler/main/Main.hs
1.11 +3 -3 fptools/ghc/compiler/main/ParsePkgConf.y
1.77 +8 -1 fptools/ghc/compiler/main/SysTools.lhs
1.65 +1 -1 fptools/ghc/compiler/nativeGen/PprMach.lhs
1.101 +4 -3 fptools/ghc/compiler/parser/Parser.y
1.16 +18 -1 fptools/ghc/compiler/utils/Digraph.lhs
1.43 +1 -1 fptools/ghc/compiler/utils/FastString.lhs
1.27 +1 -1 fptools/ghc/compiler/utils/PrimPacked.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc