- Oct 11, 2013
-
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- Oct 01, 2013
-
-
Simon Marlow authored
-
- Mar 03, 2013
-
-
ian@well-typed.com authored
We now define _PROGNAME, and _PROG is automatically defined with $(exeext). This will shortly automatically use the right exeext depending on what stage it is being compiled with (exeext may be different for different stages when cross-compiling).
-
- Nov 23, 2012
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
- Oct 14, 2012
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Oct 03, 2012
-
-
ian@well-typed.com authored
This required various build system changes to get the build to go through. In the inplace shell wrappers, we set LD_LIBRARY_PATH to allow programs to find their libraries. In the future, we might change the inplace tree to be the same shape as an installed tree instead. However, this would mean changing the way we do installation, as currently we use cabal's installation methods to install the libraries, but that only works if the libraries are under libraries/foo/dist-install/build/..., rather than in inplace/lib/...
-
- Sep 09, 2012
-
-
pcapriotti authored
-
- Jul 19, 2012
-
-
pcapriotti authored
-
- Jul 16, 2012
-
-
This allows the correct interpretation of Unicode characters by the browser.
-
- Oct 12, 2011
-
-
Ian Lynagh authored
-
- May 28, 2011
-
-
Simon Marlow authored
makes it easier to remove everything built with stage1 in cases where the build system or GHC wrongly thinks everything is up to date.
-
- Dec 18, 2010
-
- Dec 16, 2010
-
-
Ian Lynagh authored
-
- Dec 15, 2010
-
-
Ian Lynagh authored
-
- Nov 17, 2010
-
- Oct 06, 2010
-
-
Ian Lynagh authored
-
- Jul 30, 2010
-
-
simonpj@microsoft.com authored
Happy generates notHappyAtAll = error "Blah" without a type signature, and currently the new typechecker doesn't generalise it. This patch says "no monomorphism restriction" which makes it generalise again. Better would be to add a type sig to Happy's template
-
- Dec 03, 2009
-
-
Ian Lynagh authored
- Nov 29, 2009
-
-
Ian Lynagh authored
-
- Jul 07, 2009
-
- Jul 01, 2009
-
-
batterseapower authored
-
- Jun 08, 2009
-
-
Ian Lynagh authored
With the exception of GHC's main Parser.y(.pp), which has 2 reduce/reduce conflicts
-
- Apr 28, 2009
-
-
Simon Marlow authored
# ----------------------------------------------------------------------------- # # (c) 2009 The University of Glasgow # # This file is part of the GHC build system. # # To understand how the build system works and how to modify it, see # http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture # http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying # # -----------------------------------------------------------------------------
-
- Apr 26, 2009
-
-
Ian Lynagh authored
-
- Apr 24, 2009
-
-
Ian Lynagh authored
For now we only get a warning, rather than an error, because the alex and happy templates don't follow the new rules yet.
-
- Sep 20, 2008
-
- Sep 16, 2008
-
- Sep 15, 2008
-
-
andygill@ku.edu authored
-
- Sep 03, 2008
-
-
Ian Lynagh authored
-
- Aug 25, 2008
-
-
Ian Lynagh authored
Some things were using the base3 compat library.
-
- Aug 21, 2008
-
-
Ian Lynagh authored
-
- Jul 18, 2008
-
-
Ian Lynagh authored
Cabal doesn't preprocess the .y file otherwise.
-
Ian Lynagh authored
-
- Jul 08, 2008
-
-
Ian Lynagh authored
Compat.Unicode is not utils/Unicode in the compiler. We build the hpc package with the stage1 compiler. Nothing else in the compat package was still used.
-
- Apr 08, 2008
-
- Feb 21, 2008
-
-
chak@cse.unsw.edu.au. authored
-