- 10 Nov, 2007 1 commit
-
-
Ian Lynagh authored
If Cabal doesn't see the .ly file then it won't try to run happy, and thus won't fail if happy isn't installed.
-
- 27 Oct, 2007 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
This is a hack, but it means we get libHSrts*.a etc rather than just libHSrts.a.
-
Ian Lynagh authored
-
- 26 Oct, 2007 1 commit
-
-
Simon Marlow authored
-
- 25 Oct, 2007 1 commit
-
-
Simon Marlow authored
-
- 24 Oct, 2007 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 23 Oct, 2007 1 commit
-
-
Ian Lynagh authored
-
- 22 Oct, 2007 1 commit
-
-
Simon Marlow authored
-
- 23 Sep, 2007 1 commit
-
-
sven.panne@aedion.de authored
The previous hack to include Parser.hs in source distros broke the possibility of doing a "make dist" in a fresh tree, i.e. one which has just been checked out and configured, but *not* built. Of course you will need Happy for such a source distro later, but at least the freedom to do this is important. The ultimate goal should be that something like "make dist" will work in a freshly checked out tree, with no prerequisite steps (this is very common in most projects). We should move towards that goal, not away from it... MERGE TO STABLE
-
- 20 Sep, 2007 1 commit
-
-
shelarcy authored
-
- 19 Sep, 2007 1 commit
-
-
Ian Lynagh authored
-
- 18 Sep, 2007 1 commit
-
-
Ian Lynagh authored
Ian Lynagh <igloo@earth.li>**20070916005328] {
-
- 15 Sep, 2007 1 commit
-
-
sven.panne@aedion.de authored
-
- 14 Sep, 2007 2 commits
-
-
Simon Marlow authored
-
Ian Lynagh authored
-
- 07 Sep, 2007 1 commit
-
-
Ian Lynagh authored
Paths like c:/foo/bar get misinterpreted by rsync (really SSH?), as it thinks we want /foo/bar on the machine c.
-
- 05 Sep, 2007 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 28 Aug, 2007 1 commit
-
-
Ian Lynagh authored
-
- 26 Aug, 2007 1 commit
-
-
Ian Lynagh authored
-
- 25 Aug, 2007 2 commits
-
-
Ian Lynagh authored
We don't have the _darcs directories, so they won't work.
-
sven.panne@aedion.de authored
-
- 24 Aug, 2007 1 commit
-
-
Simon Marlow authored
-
- 22 Aug, 2007 2 commits
-
-
Ian Lynagh authored
After make binary-dist stage=2 you can run make in bindisttest/ to test it
-
Ian Lynagh authored
-
- 21 Aug, 2007 1 commit
-
-
Simon Marlow authored
We now have various flags that need to be passed to gcc, but only if the local gcc version supports them. So instead of wiring this knowledge into ghc when it is built, we now put these "extra gcc flags" into a text file in $libdir, extra-gcc-flags, which is created by configure. It is also created by the configure script of a binary distribution, so a binary dist is independent of the gcc version used to build it. Hopefully I got the binary-dist stuff right, but binary dists aren't currently working so we'll need to come back and check this.
-
- 21 Jul, 2007 1 commit
-
-
Ian Lynagh authored
-
- 14 Jul, 2007 1 commit
-
-
Ian Lynagh authored
It was done in a bit of the Makefile that was if'ed out for Windows.
-
- 05 Jul, 2007 1 commit
-
-
Ian Lynagh authored
gmp is now in a top-level directory and we only have the tarball in the darcs repo. It gets untarred if it is needed.
-
- 04 Jul, 2007 1 commit
-
-
Ian Lynagh authored
-
- 25 Jun, 2007 1 commit
-
-
Ian Lynagh authored
-
- 22 Jun, 2007 1 commit
-
-
Ian Lynagh authored
-
- 09 Jun, 2007 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 05 Jun, 2007 1 commit
-
-
Ian Lynagh authored
-
- 01 Jun, 2007 1 commit
-
-
Ian Lynagh authored
Bindists should now work again, when doing "make install" at least. "make in-place" is probably still broken.
-
- 31 May, 2007 1 commit
-
-
Ian Lynagh authored
Key changes: * Always build as if BIN_DIST is 1. BIN_DIST is thus removed. * Libraries are configured with prefix set to $$topdir rather than $(prefix)
-