Get building GHC itself with Cabal more-or-less working
authorIan Lynagh <igloo@earth.li>
Wed, 16 Jul 2008 15:04:41 +0000 (15:04 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 16 Jul 2008 15:04:41 +0000 (15:04 +0000)
commit9412e62942ebab0599c7fb0b358a9d4869647b67
tree1e75be9bfafd82140046630569a55fa6e8d1842e
parente0b93c022e39d07b871e9ed97d40617eb6bee63a
Get building GHC itself with Cabal more-or-less working
Installing and bindist creation don't work, but they were already broken.
Only tested validating with one setup.
19 files changed:
Makefile
compiler/Makefile
compiler/Makefile.ghcbin [deleted file]
compiler/Makefile.local [new file with mode: 0644]
compiler/count_lines [deleted file]
compiler/ghc-inplace.c [deleted file]
compiler/ghc.cabal [new file with mode: 0644]
compiler/main/SysTools.lhs
compiler/utils/FastString.lhs
compiler/utils/Pretty.lhs
compiler/utils/Util.lhs
ghc/Main.hs [moved from compiler/main/Main.hs with 100% similarity]
ghc/Makefile [new file with mode: 0644]
ghc/ghc-bin.cabal [new file with mode: 0644]
ghc/ghc.wrapper [new file with mode: 0644]
libraries/Makefile
libraries/Makefile.local
mk/cabal-flags.mk
mk/config.mk.in