How do you build the haddocks for a boot library?

2018-04-07 Thread Simon Jakobi via ghc-devs
Hi, I have some changes to the haddocks in ghc-prim which are re-exported from base. In order to check that I got the syntax right I've tried to build the haddocks by following https://ghc.haskell.org/trac/ghc/wiki/Building/Docs#Haddockdocumentation. Sadly, when I run "make html" in

Re: DTrace patch for FreeBSD breaks ability to function as a bootstrap compiler under FreeBSD

2018-04-07 Thread Ben Gamari
raichoo via ghc-devs writes: > Hi, > > Last year I've provided a patch that enables DTrace probes under > FreeBSD, sadly as it turns out this currently breaks the ability of > GHC 8.4.1 to function as a bootstrap compiler under FreeBSD. I've > provided a patch that adds a

Re: ZuriHac 2018 GHC DevOps track - Request for Contributions

2018-04-07 Thread Niklas Hambüchen
On 07/04/2018 16.06, Oleg Grenrus wrote: > I hope Hadrian topics qualify under "building GHC from source"? Of course! ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Re: ZuriHac 2018 GHC DevOps track - Request for Contributions

2018-04-07 Thread Oleg Grenrus
I hope Hadrian topics qualify under "building GHC from source"? Sent from my iPhone > On 7 Apr 2018, at 16.33, Niklas Hambüchen wrote: > > Hi GHC devs, > > The ZuriHac 2018 conference will feature a GHC DevOps track (which > Andreas and I are coordinating), that will be all about

ZuriHac 2018 GHC DevOps track - Request for Contributions

2018-04-07 Thread Niklas Hambüchen
Hi GHC devs, The ZuriHac 2018 conference will feature a GHC DevOps track (which Andreas and I are coordinating), that will be all about fostering contributions to GHC and learning to hack it. There will be a room or two allocated at Zurihac for this purpose. We hope to focus on roughly these

DTrace patch for FreeBSD breaks ability to function as a bootstrap compiler under FreeBSD

2018-04-07 Thread raichoo via ghc-devs
Hi, Last year I've provided a patch that enables DTrace probes under FreeBSD, sadly as it turns out this currently breaks the ability of GHC 8.4.1 to function as a bootstrap compiler under FreeBSD. I've provided a patch that adds a flag to the build system so one can turn off DTrace in case one