This project is mirrored from https://github.com/haskell/Cabal.
Pull mirroring updated .
- 21 Aug, 2006 1 commit
-
-
duncan.coutts@worc.ox.ac.uk authored
We'll see if anyone complains.
-
- 18 Aug, 2006 2 commits
-
-
duncan.coutts@worc.ox.ac.uk authored
-
duncan.coutts@worc.ox.ac.uk authored
When using GHC's --split-objs we end up with lots of files to link. This can mean overflowing the maximum length of the command line when invoking ar or ld. On windows the maximum length is 32k. On other systems it's not a great deal more. GHC currently deals with this problem by using xargs. This patch does more or less the same.
-
- 02 Aug, 2006 1 commit
-
-
duncan.coutts@worc.ox.ac.uk authored
This needs testing.
-
- 10 Aug, 2006 1 commit
-
-
Ross Paterson authored
-
- 09 Aug, 2006 1 commit
-
-
Simon Marlow authored
Distribution.Compat.Map taken from Haddock.
-
- 06 Aug, 2006 2 commits
-
-
David Himmelstrup authored
-
David Himmelstrup authored
-
- 03 Aug, 2006 1 commit
-
-
Simon Marlow authored
-
- 20 Jul, 2006 1 commit
-
-
Simon Marlow authored
This shouldn't make any difference to current GHC's, but will be required by the new GHC package code.
-
- 28 Jul, 2006 1 commit
-
-
Simon Marlow authored
-
- 26 Jul, 2006 3 commits
-
-
duncan.coutts@worc.ox.ac.uk authored
-
duncan.coutts@worc.ox.ac.uk authored
-
duncan.coutts@worc.ox.ac.uk authored
When we get confirmation from GHC devs that it's the right thing to do then we can add it in.
-
- 20 Jul, 2006 2 commits
-
-
jeremy.shaw authored
For additional information see these mail threads: http://www.haskell.org//pipermail/libraries/2006-July/005522.html http://urchin.earth.li/pipermail/debian-haskell/2006-July/000220.html
-
Simon Marlow authored
-
- 11 Jul, 2006 1 commit
-
-
Malcolm.Wallace authored
-
- 08 Jul, 2006 1 commit
-
-
ijones authored
-
- 09 Jun, 2006 5 commits
- 05 Jun, 2006 1 commit
-
-
cabal authored
-
- 04 Jun, 2006 2 commits
- 05 Jul, 2006 1 commit
-
-
Simon Marlow authored
This patch undid the previous patch, "merge from base". I asked Sven to revert it, but didn't get an answer. See GHC bug #473.
-
- 04 Jul, 2006 1 commit
-
-
duncan.coutts@worc.ox.ac.uk authored
The extra-libraries must be passed as -L-l${lib} or linking the C prog that hsc2hs generates may fail if any symbols are referenced. Also can't use cppOptions function since hsc2hs doesn't support -U. Need to do -U flags in ccOptions seperately.
-
- 24 Jun, 2006 4 commits
-
-
audreyt@audreyt.org authored
-
audreyt@audreyt.org authored
-
audreyt@audreyt.org authored
-
audreyt@audreyt.org authored
-
- 18 May, 2006 1 commit
-
-
Simon Marlow authored
It is apparently required for the wash2hs test, however.
-
- 06 May, 2006 1 commit
-
-
sven.panne@aedion.de authored
-
- 11 Apr, 2006 1 commit
-
-
cabal authored
-
- 02 May, 2006 1 commit
-
-
duncan.coutts@worc.ox.ac.uk authored
This is the portable thing to do and fixes things on FreeBSD where make/=gmake
-
- 03 May, 2006 3 commits
-
-
Ross Paterson authored
-
Ross Paterson authored
The -P flag wasn't superfluous, but it was wrong for executables.
-
Ross Paterson authored
-
- 02 May, 2006 1 commit
-
-
Ross Paterson authored
-