- 14 Jul, 2009 1 commit
-
-
chak@cse.unsw.edu.au. authored
-
- 13 Jul, 2009 2 commits
-
-
rl@cse.unsw.edu.au authored
-
rl@cse.unsw.edu.au authored
-
- 09 Jul, 2009 2 commits
-
-
Ian Lynagh authored
They're now fixed to not generate those warnings
-
Ian Lynagh authored
We already require GHC 6.8 to build, and that included stripPrefix in Data.List.
-
- 10 Jul, 2009 2 commits
-
-
chak@cse.unsw.edu.au. authored
-
chak@cse.unsw.edu.au. authored
-
- 09 Jul, 2009 3 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
Should fix Solaris build failures
-
Ian Lynagh authored
This patch allow you to use "Language CPP", or even "LaNgUaGe CPP", if you wish, as the manual claims you can.
-
- 06 Jul, 2009 1 commit
-
-
Simon Marlow authored
-
- 07 Jul, 2009 6 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
This fixes the unused imports warning when Foo (F(x,y,z)) is imported and Foo (F(..)) is exported.
-
Ian Lynagh authored
-
- 06 Jul, 2009 2 commits
-
-
simonpj@microsoft.com authored
This patch, joint work between and Ian and Simon, fixes Trac #1074 by reporting unused import declarations much more accuratly than before. The specification is described at http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/UnusedImports The implementation is both easier to understand than before, and shorter too. Also fixed are #1148, #2267 Also fixed is -ddump-minimal imports, which now works properly, fixing Trac #1792.
-
simonpj@microsoft.com authored
-
- 07 Jul, 2009 3 commits
-
-
Simon Marlow authored
We cache the old versions of files generated by configure, so that if configure touches the file without changing it, we can detect that and restore the timestamp.
-
Simon Marlow authored
-
Simon Marlow authored
-
- 03 Jul, 2009 1 commit
-
-
Simon Marlow authored
-
- 07 Jul, 2009 1 commit
-
-
chak@cse.unsw.edu.au. authored
-
- 05 Jul, 2009 1 commit
-
-
Ian Lynagh authored
-
- 06 Jul, 2009 2 commits
-
-
Simon Marlow authored
-
simonpj@microsoft.com authored
The build system should use 'find' and 'sort' that are discovered by configure, not the ones in your path. On Windows the ones in your path might well be the non-Unixy Windows versions. This patch fixes the ones I tripped over. There may be more.
-
- 05 Jul, 2009 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 04 Jul, 2009 5 commits
-
-
Duncan Coutts authored
And add links to the new shared libs section.
-
Duncan Coutts authored
-
Duncan Coutts authored
-
Duncan Coutts authored
Basically just stat that it exists and refer to the ghc dev wiki for the details, because we don't really want people using it.
-
Ian Lynagh authored
-
- 02 Jul, 2009 1 commit
-
-
batterseapower authored
-
- 01 Jul, 2009 1 commit
-
-
batterseapower authored
-
- 03 Jul, 2009 1 commit
-
-
Simon Marlow authored
e.g. cd compiler make FAST=YES stage1/build/HscTypes.o builds just the specified .o file, without rebuilding dependencies, and omitting some of the makefile phases. FAST=YES works anywhere, to omit depenencies and phases. 'make fast' is shorthand for 'make all FAST=YES'.
-
- 02 Jul, 2009 2 commits
-
-
simonpj@microsoft.com authored
The type in a ViewPat wasn't being zonked. Easily fixed.
-
chak@cse.unsw.edu.au. authored
-