[Haskell] ANNOUNCE: Haskell Communities and Activities Report (32nd ed., May 2017)

2017-05-24 Thread Mihai Maruseac
On behalf of all the contributors, we are pleased to announce that the Haskell Communities and Activities Report (32nd edition, May 2017) is now available, in PDF and HTML formats: http://haskell.org/communities/05-2017/report.pdf

[Haskell] [ANN] Matterhorn: a terminal client for the MatterMost chat system

2017-05-24 Thread Jonathan Daugherty
I am proud to announce the general availability of Matterhorn, a Haskell text user-interface (TUI) chat client for the MatterMost chat service. Matterhorn provides a terminal-optimized interface to the rich chat features of MatterMost[1], an open-source Slack-inspired chat system. Matterhorn is

[Haskell] Last call for talk proposals: Higher-Order Programming with Effects, HOPE 2017

2017-05-24 Thread François Pottier
One week to go before the HOPE 2017 deadline! Put this time to good effect: submit a talk proposal and come present your research in Oxford on Sep. 3rd. -- CALL FOR TALK PROPOSALS

Re: Default module header `module Main where`

2017-05-24 Thread Joachim Breitner
Hi, Am Mittwoch, den 24.05.2017, 21:50 +0800 schrieb Ben Millwood: > Initially I was concerned that this proposal would implicitly export  > everything from Main, which would then prevent compilers from warning  > about unused values, since they can't tell if seemingly-unused things  > are in

Re: Default module header `module Main where`

2017-05-24 Thread Mario Blažević
On 2017-05-24 10:28 AM, Joachim Breitner wrote: I've ended up uncertain, so I'll just throw it out there: are unused value warnings affected by this proposal? that is a very good point, thanks for raising it. I have two different answers: A) You are right. Everything is exported, so without