So in general, think hard about missing capabilities in Haskell:
* tools
* libraries
* infrastructure
that benefit the broadest number of Haskell users or developers.
Another route is to identify a clear niche where Haskell could leap
ahead of the competition, with a small investment.
-- Don
One capability I would love to see as a SoC project is the ability to generate javascript (a small subset) as an additional output target from ghc. Something like this was already done with yhc
here but if it could be ported to GHC and cabalized, this would really be a boon to the web dev community; javascript is quickly becoming one of the most predominant languages used for GUI creation (mainly via the web).