Re: Building ghc on Windows with msys2

2014-10-09 Thread Herbert Valerio Riedel
On 2014-10-09 at 07:15:13 +0200, Páli Gábor János wrote: > 2014-10-07 17:02 GMT+02:00 Páli Gábor János : >> 2014-10-07 15:04 GMT+02:00 cg : >>> I guess the current two build server are all Cygwin based, they are >>> failing at the same permission issue at early building stage, it prevents >>> check

RE: Building ghc on Windows with msys2

2014-10-09 Thread Simon Peyton Jones
I think I’m fairly behind on the current build process of GHC, but as I do use GHC mainly on Windows, at such a time as you would like to move on to other things, I would certainly throw my hat In the ring. That sounds helpful, thank you. Are we at the point where we could form a GHC-on-Windows

RE: Tentative high-level plans for 7.10.1

2014-10-09 Thread Thomas Winant
On 2014-10-08 00:21, Simon Peyton Jones wrote: Is the wiki page up to date? https://ghc.haskell.org/trac/ghc/wiki/PartialTypeSignatures Yes it is. I'd move the Constraint Wildcards bit out to an appendix or delete altogether -- it's a distraction since it's not part of the design. Named wil

RE: Building ghc on Windows with msys2

2014-10-09 Thread Gintautas Miliauskas
I'll set up a wikipage this evening. Should we get a mailing list of our own too, or do you think it's best to continue on ghc-devs@? -- Gintautas Miliauskas On Oct 9, 2014 9:52 AM, "Simon Peyton Jones" wrote: > I think I’m fairly behind on the current build process of GHC, but as I > do use

RE: Building ghc on Windows with msys2

2014-10-09 Thread Simon Peyton Jones
Better to continue on ghc-devs; that way others have visibility of what is going on. Simon From: Gintautas Miliauskas [mailto:gintautas.miliaus...@gmail.com] Sent: 09 October 2014 10:29 To: Simon Peyton Jones Cc: Neil Mitchell; Randy Polen; Roman Kuznetsov; loneti...@gmail.com; ghc-devs@haskell

Re: Building ghc on Windows with msys2

2014-10-09 Thread Simon Marlow
On 27/09/2014 22:04, Gintautas Miliauskas wrote: 8. A broader question: what general approach to ghc on Windows shall we take? The prebuilt packages currently provided by ghc-tarballs are also covered by msys2's package manager. Why not offload that pain to msys2 then? The advantage here is less

Re: Building ghc on Windows with msys2

2014-10-09 Thread Páli Gábor János
2014-10-09 9:12 GMT+02:00 Herbert Valerio Riedel : > I didn't see this issue on a newly setup MSYS2 environment > either. How old is your MSYS environment? (And what filesystem & windows > version are you running?) I use a 64-bit Windows 7 SP1 (6.1.7601) with both the 32-bit (i686) and 64-bit (x86

Re: heres a 32bit OS X 7.8.3 build

2014-10-09 Thread Yuras Shumovich
Hello carter, I tried to install it, but get the error (see bellow.) I did the usual thing I do on linux: ./configure --prefix=... && sudo make install The tail of the log: Installing library in /opt/ghc-7.8.3_x86/lib/ghc-7.8.3/terminfo-0.4.0.0 "utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-

RE: Again: Uniques in GHC

2014-10-09 Thread p.k.f.holzenspies
Dear Simon, et al, I've created the wiki-page about the Unique-patch [1]. Should it be linked to from the KeyDataTypes [2]? Regards, Philip [1] https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/Unique [2] https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/KeyDataTypes

RE: Tentative high-level plans for 7.10.1

2014-10-09 Thread p.k.f.holzenspies
I’m with John wrt. the discussions on LTS and the 7.8.4 release being orthogonal. Especially if 7.8 does not have submodules and if this is a pain, there’s also no reason to backport our approach to LTS into 7.8. In other words, 7.10 could also be the first LTS version. Ph. From: John Lato

Re: heres a 32bit OS X 7.8.3 build

2014-10-09 Thread Carter Schonwald
woops, looks like the build is busted, I'll try again this afternoon. pardon the noise On Wed, Oct 8, 2014 at 3:39 PM, Carter Schonwald wrote: > hey all, > > I know all of you wish you could run 32bit ghc 7.8.3 on your snazzy mac OS > 10.9, so here you are! > > > http://www.wellposed.com.s3.amaz

Re: [GHC] #9628: Add Annotations to the AST to simplify source to source conversions

2014-10-09 Thread Alan & Kim Zimmerman
Yes, I was thinking last night I need to update the GhcAstAnnotations wiki page. Will do so and clean up. On Thu, Oct 9, 2014 at 5:20 PM, GHC wrote: > #9628: Add Annotations to the AST to simplify source to source conversions > -+--

Re: Capturing commas in Api Annotations (D297)

2014-10-09 Thread Carter Schonwald
One small question I have is this: why's it called a comma list? On Oct 8, 2014 12:33 PM, "Alan & Kim Zimmerman" wrote: > I am currently working annotations into the parser, provided them as a > separate structure at the end of the parse, indexed to the original by > SrcSpan and AST element type.

Re: Capturing commas in Api Annotations (D297)

2014-10-09 Thread Alan & Kim Zimmerman
It is a structure proposed to capture extra commas in record declarations, which I have abused for use here. I have subsequently realised that I am using it to capture EVERY comma, and sometimes semicolons, so its naming is even worse for my use. Hence I am pretty sure it is something that should

Re: heres a 32bit OS X 7.8.3 build

2014-10-09 Thread Carter Schonwald
Ok, I've rebuilt it (and tested it!) the same link now points to that build $ shasum -a256 ghc-7.8.3-i386-apple-darwin.tar.bz2 8f79b4d88db1da6b904b02f23e28d0197d7f101008d005b27de

RE: Again: Uniques in GHC

2014-10-09 Thread Simon Peyton Jones
Thank you. A most helpful beginning. I have added some comments and queries, as well as clarifying some points. Simon From: p.k.f.holzensp...@utwente.nl [p.k.f.holzensp...@utwente.nl] Sent: 09 October 2014 12:39 To: Simon Peyton Jones; carter.schonw...@gmail.co

Re: heres a 32bit OS X 7.8.3 build

2014-10-09 Thread Carter Schonwald
Since this came up on IRC on #ghc, yes, modern OS X 10.9 and 10.10 can run 32bit executables. (for some reason certain folks seem to think they're only runnable on <= 10.6 ) (plus apparently if you wanna hot patch certain program such as dropbox, those are written in 32bit form so you need 32bit