Simon's (lack of) input

2017-07-11 Thread Simon Peyton Jones via ghc-devs
Friends My GHC inbox has grown to alarming proportions. I try to keep abreast of tickets where I think I have something substantial contribute, and generally succeed, but I've been failing badly in the last few weeks because of a storm of other commitments. I'll get back to it, but probably

Building GHC reference manual?

2017-07-11 Thread Iavor Diatchki
Hello, is it possible to build just the HTML for the GHC reference manual, without building the whole of GHC, and if so how do I do it? -Iavor ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Re: Building GHC reference manual?

2017-07-11 Thread Ben Gamari
Iavor Diatchki writes: > Hello, > > is it possible to build just the HTML for the GHC reference manual, without > building the whole of GHC, and if so how do I do it? > It is. Just run `make html` from the source root. Note, however, that BUILD_SPHINX_HTML must be set

Re: Which stable GHC release is expected to have support for linear types?

2017-07-11 Thread Joachim Breitner
Hi, Am Montag, den 10.07.2017, 16:31 +0200 schrieb Sven Panne: > 2017-07-10 13:41 GMT+02:00 Wolfgang Jeltsch >: > > I renamed the local directory after cloning. If Git really cannot > > deal with this, then this is yet another reason for preferring > > darcs over Git.

Re: Which stable GHC release is expected to have support for linear types?

2017-07-11 Thread Sven Panne
2017-07-11 8:39 GMT+02:00 Joachim Breitner : > Am Montag, den 10.07.2017, 16:31 +0200 schrieb Sven Panne: > > You can happily move around any cloned repository, Git has absolutely > > no problem with that. What often breaks is some imperfect tooling on > > top of Git

Re: Building GHC reference manual?

2017-07-11 Thread Harendra Kumar
Its well documented here: https://ghc.haskell.org/trac/ghc/wiki/Building/Docs. -harendra On 11 July 2017 at 21:37, Iavor Diatchki wrote: > Hello, > > is it possible to build just the HTML for the GHC reference manual, > without building the whole of GHC, and if so how