[commit: testsuite] master: Merge branch 'master' of https://github.com/ghc/testsuite (eb7ef21)

2013-01-07 Thread Johan Tibell
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/eb7ef21c07a4a0105ae1088a2a57925756729b62 >--- commit eb7ef21c07a4a0105ae1088a2a57925756729b62 Merge: f9ca062...

[commit: testsuite] master: Merge branch 'master' of https://github.com/ghc/testsuite (f9ca062)

2013-01-07 Thread Johan Tibell
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/f9ca0622486462ee470adc0675b044e19fa07e07 >--- commit f9ca0622486462ee470adc0675b044e19fa07e07 Merge: 93a9f99...

[commit: testsuite] master: Merge branches 'master' and 'master' of https://github.com/ghc/testsuite (93a9f99)

2013-01-07 Thread Johan Tibell
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/93a9f9907985a454015848ab44e49b0c40697a8e >--- commit 93a9f9907985a454015848ab44e49b0c40697a8e Author: Johan Tib

[commit: testsuite] master: Fix Word2Float# test on 32-bit (2c3d474)

2013-01-07 Thread Johan Tibell
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/2c3d47475e69cac5a6672258d4bb6db7a4eebe3d >--- commit 2c3d47475e69cac5a6672258d4bb6db7a4eebe3d Author: Johan Tib

[commit: testsuite] master: Merge branch 'master' of https://github.com/ghc/testsuite (7314261)

2013-01-07 Thread Johan Tibell
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/731426171075c6100aae698c54beb67e964d4acf >--- commit 731426171075c6100aae698c54beb67e964d4acf Merge: eb7ef21...

[commit: testsuite] master: Merge branch 'master' of https://github.com/ghc/testsuite (22a46d1)

2013-01-07 Thread Johan Tibell
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/22a46d1fddc35c9b77edf6eb21fbf94e81a97154 >--- commit 22a46d1fddc35c9b77edf6eb21fbf94e81a97154 Merge: 7314261...

tn23 (x86 OSX HEAD), build 803, Success

2013-01-07 Thread Builder
tn23 (x86 OSX HEAD), build 803 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/803.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check files

am-deb7-64 (HEAD), build 282, Success

2013-01-07 Thread Builder
am-deb7-64 (HEAD), build 282 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/am-deb7-64/282.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check f

Re: Question about extensible-exceptions (to official extensible-exceptions maintainer - GHC HQ)

2013-01-07 Thread Ian Lynagh
On Mon, Jan 07, 2013 at 03:51:57PM -0700, Pavel Zelinsky wrote: > > Thank you all for your attention to the problem! I appreciate it! > > Let me try to clarify the question I asked. > > First of all, the same question was raised with Haskell_Containers package > and response from Milan Straka ha

Re: [PATCH] for cross-compiling integral check

2013-01-07 Thread Stephen Paul Weber
Somebody signing messages as Stephen Paul Weber wrote: I'm not 100% sure that the attached patch is the right solution, but it seems to work both on my local system as well as with my cross-compiler, and is not so dramatic as to remove the integralness check entirely. Feedback welcome. It ha

[PATCH] for cross-compiling integral check

2013-01-07 Thread Stephen Paul Weber
Somebody signing messages as Stephen Paul Weber wrote: Somebody claiming to be Daniel Fischer wrote: On Monday 07 January 2013, 12:17:41, Stephen Paul Weber wrote: I think my vote would be to restructure the checks such that non-integral types are specially handled. The purpose of the test wa

Re: base not detecting Double/Float machine sizes (QNXNTO)

2013-01-07 Thread Stephen Paul Weber
Somebody claiming to be Daniel Fischer wrote: On Monday 07 January 2013, 12:17:41, Stephen Paul Weber wrote: I think my vote would be to restructure the checks such that non-integral types are specially handled. The purpose of the test was to check whether two types have the same size, if I re

Re: base not detecting Double/Float machine sizes (QNXNTO)

2013-01-07 Thread Daniel Fischer
On Monday 07 January 2013, 12:17:41, Stephen Paul Weber wrote: > > > >So, it may be the way that the internal autoconf check works for > >cross-compiling violates an assumption about how that macro works. > > Indeed. confirms that the way > this macro wo

Re: base not detecting Double/Float machine sizes (QNXNTO)

2013-01-07 Thread Stephen Paul Weber
Somebody signing messages as Stephen Paul Weber wrote: Somebody signing messages as Stephen Paul Weber wrote: Somebody claiming to be Ian Lynagh wrote: On Thu, Dec 20, 2012 at 01:20:46PM -0500, Stephen Paul Weber wrote: Somebody claiming to be Stephen Paul Weber wrote: libraries/base/Foreign/

Re: base not detecting Double/Float machine sizes (QNXNTO)

2013-01-07 Thread Stephen Paul Weber
Somebody signing messages as Stephen Paul Weber wrote: Somebody claiming to be Ian Lynagh wrote: On Thu, Dec 20, 2012 at 01:20:46PM -0500, Stephen Paul Weber wrote: Somebody claiming to be Stephen Paul Weber wrote: libraries/base/Foreign/C/Types.hs:162:25: Do you know why the test is failing?

Re: base not detecting Double/Float machine sizes (QNXNTO)

2013-01-07 Thread Stephen Paul Weber
Somebody claiming to be Ian Lynagh wrote: On Thu, Dec 20, 2012 at 01:20:46PM -0500, Stephen Paul Weber wrote: Somebody claiming to be Stephen Paul Weber wrote: >libraries/base/Foreign/C/Types.hs:162:25: > >Not in scope: type constructor or class `HTYPE_FLOAT' After much more digging into the so

Re: sys/exentfd.h (QNXNTO)

2013-01-07 Thread Stephen Paul Weber
Somebody claiming to be Ian Lynagh wrote: On Sat, Dec 08, 2012 at 06:32:42PM +, Stephen Paul Weber wrote: checking sys/eventfd.h usability... no checking sys/eventfd.h presence... yes What does this mean? Is it a problem? There should be more information about what failed in config.log.

[commit: ghc] master: make "./sync-all -r remote set-url origin" work (7d1216a)

2013-01-07 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/7d1216ab9b7e80a860de0498854883761d6e7d33 >--- commit 7d1216ab9b7e80a860de0498854883761d6e7d33 Author: Simon Marlow D

[commit: ghc] master: Fix bugs in allocMoreStack (#7498, #7510) (03d360f)

2013-01-07 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/03d360f289a1c7e93fedf8cfa274cbe5929cd32c >--- commit 03d360f289a1c7e93fedf8cfa274cbe5929cd32c Author: Simon Marlow D

Re: Android crosscompiler

2013-01-07 Thread Stephen Paul Weber
Somebody claiming to be Nathan Hüsken wrote: On 01/05/2013 05:20 PM, Stephen Paul Weber wrote: Somebody claiming to be Nathan Hüsken wrote: Time.hsc: In function '_hsc2hs_test45': Time.hsc:266:20: error: storage size of 'test_array' isn't constant Which Time.hsc? It is libraries/old-time/di

[commit: testsuite] master: Test Trac #2431 (f3e3787)

2013-01-07 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/f3e37875f4a7c7bf5a4df78217ae99d5bae36135 >--- commit f3e37875f4a7c7bf5a4df78217ae99d5bae36135 Author: Simon Pey

[commit: testsuite] master: Wibble to test output after fixing Trac #7436 (f5981cc)

2013-01-07 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/f5981cc5612b1231f77f83052a9a3af6bafddca6 >--- commit f5981cc5612b1231f77f83052a9a3af6bafddca6 Author: Simon Pey

[commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (55b6fd4)

2013-01-07 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/55b6fd4d44a7c0c15f33fd28604707df812c2ac0 >--- commit 55b6fd4d44a7c0c15f33fd28604707df812c2ac0 Merge: f5981cc...

[commit: testsuite] master: Test Trac #7436 (4a17fff)

2013-01-07 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/4a17fffe774fbb42129821cad50003d0e614eae1 >--- commit 4a17fffe774fbb42129821cad50003d0e614eae1 Author: Simon Pey

Re: Question about extensible-exceptions (to official extensible-exceptions maintainer - GHC HQ)

2013-01-07 Thread Simon Marlow
On 07/01/13 09:08, Simon Peyton-Jones wrote: Which code is being discussed here, specifically? The Cabal file for 'base' specifies a BSD3 license. The question was about the "extensible-exceptions" package: http://hackage.haskell.org/package/extensible-exceptions Cheers, Simon S

Re: Question about extensible-exceptions (to official extensible-exceptions maintainer - GHC HQ)

2013-01-07 Thread Ian Lynagh
On Mon, Jan 07, 2013 at 09:08:56AM +, Simon Peyton-Jones wrote: > Which code is being discussed here, specifically? The Cabal file for 'base' > specifies a BSD3 license. But the LICENSE file starts: This library (libraries/base) is derived from code from several sources: * Code from the

[commit: ghc] master: Changed deriving of Functor, Foldable, Traversable to fix #7436. Added foldMap to derived Foldable instance. (49ca2a3)

2013-01-07 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/49ca2a37bef18aa57235ff1dbbf1cc0434979b1e >--- commit 49ca2a37bef18aa57235ff1dbbf1cc0434979b1e Author: Twan van Laarho

[commit: ghc] master: Added note explaining the lambdas generated by functor deriving code, and how it compares to the old deriving code which used eta expansion. (3d51f27)

2013-01-07 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/3d51f271e6819c52508956f2426c4c19dec0b2fb >--- commit 3d51f271e6819c52508956f2426c4c19dec0b2fb Author: Twan van Laarho

[commit: ghc] master: Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc (4da767e)

2013-01-07 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/4da767e24ea09e0708a43886f0ac9e777c7145f0 >--- commit 4da767e24ea09e0708a43886f0ac9e777c7145f0 Merge: 3d51f27... 57652

pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 785, Success

2013-01-07 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 785 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/785.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions

pgj2 (amd64 FreeBSD HEAD), build 913, Success

2013-01-07 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 913 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/913.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check

RE: Question about extensible-exceptions (to official extensible-exceptions maintainer - GHC HQ)

2013-01-07 Thread Simon Peyton-Jones
Which code is being discussed here, specifically? The Cabal file for 'base' specifies a BSD3 license. Simon | -Original Message- | From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] | On Behalf Of Ian Lynagh | Sent: 06 January 2013 23:21 | To: Pavel Zelinsky | Cc: Si

pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 773, Success

2013-01-07 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 773 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/773.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions

pgj (x86 FreeBSD HEAD), build 910, Success

2013-01-07 Thread Builder
pgj (x86 FreeBSD HEAD), build 910 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/910.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check fil