Earlier quoted context omitted.
Could you name some of these libraries? IME, most of the libraries that are needed for common things are very mature.
I tried to write a Haskell websocket server, the library is quite nice, but it leaked memory (space leak? fragmentation? some of both?): https://github.com/jaspervdj/websockets/issues/72 The author helped me narrow it down to some issues with how ghc by default allocates a stack space that is rarely enough, and once it starts growing the stack space the RAM per connection gets pretty ridiculous. Using higher default…
Also, your bug reports are really solid.