Hacker News new | ask | show | jobs
by dlweinreb 6474 days ago
By the way (this is a serious question), what software products have been produced that were written in Haskell?
1 comments

Besides the Glasgow Haskell Compiler (which probably doesn't count, for your purposes, but it's a good example of a large and complex program), the best example is probably Darcs (http://darcs.net/), a distributed version control system with a powerful patch composition system.

There are further answers from the Haskell wiki here: http://haskell.org/haskellwiki/Haskell_in_practice