[PATCH] GHC_CONVERT_VENDOR: allow 'w64' vendor, like x86_64-w64-mingw32

2013-01-27 Thread Sergei Trofimovich
From: Sergei Trofimovich Gentoo calls 'w64' a mingw flavour with mingw-w64 runtime. Signed-off-by: Sergei Trofimovich --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index 9f9593a..30d492c 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1

Stage1Only=YES does not seem to work on current master

2013-01-27 Thread Sergei Trofimovich
simple build.mk: SRC_CC_OPTS+=-O2 -pipe BUILD_DOCBOOK_PDF = NO BUILD_DOCBOOK_PS = NO BUILD_DOCBOOK_HTML = NO HADDOCK_DOCS = NO SRC_HC_OPTS+=-w Stage1Only=YES GhcUnregisterised=YES SplitObjs=NO Leads to failures of missing stage2: "inplace/lib/unlit" utils/count_lines/count_lines.lprl

Re: [PATCH] Re: HEADS UP (was Re: [commit: ghc] master: Tidy up cross-compiling (109a1e5))

2013-01-27 Thread Ian Lynagh
On Fri, Jan 25, 2013 at 10:18:35PM +0300, Sergei Trofimovich wrote: > > How easy for you would be to update autoconf-2.61? > It's rather old (from Nov 2006). I guess it should > be present in repositories. FWIW, 2.61 is what my OSX installation (10.7.2, Xcode 4.1, I think) has. Thanks Ian ___

RE: [GHC] #1614: Type checker does not use functional dependency to avoid ambiguity

2013-01-27 Thread Simon Peyton-Jones
Please do endanger the code base! GHC needs people willing to have a go. * We try to review offered patches promptly (yell if this does not happen) * Worth discussing the general approach before investing a lot of time; the more substantial the change/fix the more discussion! Simon |