Re: Time files... and here's another alpha HP for 7.10

2015-06-02 Thread Mark Lentczner
There is now an OS X installer of this* pre 7.10.2 - we'll just call it alpha 3 *Platform, again, built with head of GHC 7.10 branch this morning: Haskell Platform 7.10.1.20150601 alpha 3 64bit.pkg

HEADS UP: Final call for 7.10.2 is soon

2015-06-02 Thread Austin Seipp
Hi *, I've just finished merging all the latest patches for GHC 7.10.2 into the STABLE branch. All in all, we've fixed a lot of bugs (over 80 tickets closed)! So, we'll probably be doing a 7.10.2 release here in a few weeks. The tentative plan was around the 14th, although it's not set in stone.

Re: Time files... and here's another alpha HP for 7.10

2015-06-02 Thread George Colpitts
I guess I should file a haddock bug as I got the same error installing threadscope On Tue, Jun 2, 2015 at 8:03 AM, George Colpitts george.colpi...@gmail.com wrote: Installed fine, ghc-pkg check shows no problems. However cabal install ghc-core finished with:

Re: Time files... and here's another alpha HP for 7.10

2015-06-02 Thread George Colpitts
Installed fine, ghc-pkg check shows no problems. However cabal install ghc-core finished with: /Users/gcolpitts/Library/Haskell/share/doc/x86_64-osx-ghc-7.10.1.20150601/index.html haddock: internal error: /Library/Frameworks/GHC.framework/Versions/7.10.1-x86_64/usr/lib/ghc-7.10.1/settings:

RE: [Diffusion] [Build Failed] rGHCd6c01faed26f: Remove redundant import

2015-06-02 Thread Simon Peyton Jones
Well I validated all right, but now I'm getting this unexpected pass, both on my machine and Phabricator: Unexpected passes: driver T9938 (normal) The ticket seems to oscillate about whether it's supposed to pass or not, and I don't understand the comment stream, so I'm unsure what to do.

Re: Time files... and here's another alpha HP for 7.10

2015-06-02 Thread Mark Lentczner
On Tue, Jun 2, 2015 at 4:40 AM, George Colpitts george.colpi...@gmail.com wrote: I guess I should file a haddock bug as I got the same error installing threadscope Does ghc --print-libdir display the correct path? (That is, with the full version number.) - Mark

Re: [Haskell-cafe] Consecutive FFI calls

2015-06-02 Thread David Turner
Hi Takenobu, My question is more about consecutive FFI calls on the same Haskell thread, of which there are I suppose 8 cases in your model: the thread is {unbound,bound}, the first call is {safe,unsafe} and the second is {safe,unsafe}. If the thread is bound, there's no problem as the two calls

RE: [Diffusion] [Commented On] rGHC1189196ce7f0: Re-do superclass solving (again); fixes #10423

2015-06-02 Thread Simon Peyton Jones
That's quite a surprise. I didn't expect performance improvements. But hey, I'll take it! Thanks Simon | -Original Message- | From: nore...@phabricator.haskell.org | [mailto:nore...@phabricator.haskell.org] | Sent: 02 June 2015 17:09 | To: Simon Peyton Jones | Subject:

Re: Time files... and here's another alpha HP for 7.10

2015-06-02 Thread George Colpitts
Yes ghc --print-libdir /Library/Frameworks/GHC.framework/Versions/7.10.1.20150601-x86_64/usr/lib/ghc-7.10.1.20150601 bash-3.2$ On Tue, Jun 2, 2015 at 10:22 AM, Mark Lentczner mark.lentcz...@gmail.com wrote: On Tue, Jun 2, 2015 at 4:40 AM, George Colpitts george.colpi...@gmail.com wrote: I