Hacker News new | ask | show | jobs
by m0a0t0 4424 days ago
To be fair most of the trending github projects are libraries for use in Haskell. There are very few actual applications - there is pandoc, git-annex and hakyll and that is it.
1 comments

hakyll is a library and not an application, technically, as is xmonad, another famous haskell "application". pandoc is often used as library as well.

the point is, that often you have one-off applications that are just a few lines and use these libraries.