I'm in process of getting myself into the realm of functional programming, and for the practical part of this task, I've picked up Haskell (mainly because it seems to be pure functional language). Now that I've gone thru resources and tutorials and wrote some of my own code, I'd like to take a look at a real Haskell project in order to extend my understanding.
What are the well known OSS Haskell projects a Haskell newbie could use to significantly augment own knowledge? Just to note, all problems domains are welcome, I am not shy of symbolic math or natural language processing.