| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Patch from Stephen Blackheath.
|
|
|
|
| |
Also a couple of other fixes and sanity checks along the way.
|
|
|
|
| |
Spotted by Bill Tutt
|
|
|
|
| |
Signed-off-by: David Waern <david.waern@gmail.com>
|
|
|
|
| |
Based on patch from Stephen Blackheath.
|
|
|
|
|
| |
The hsc2hs, alex and happy options variables are now also
non-way-specific, as the files are shared between all ways.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
When there are some absolute include dirs, don't create arguments
like -Ilibraries/base//usr/local/include.
I need this fix for injecting the iconv include dir (which is
/usr/local/include on OpenBSD) into the build of libraries/base.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
# -----------------------------------------------------------------------------
#
# (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
#
# -----------------------------------------------------------------------------
|
|
|