Haskell Information
Information about Graham Hutton's _Programming in Haskell_ (textbook)
Lectures based on Graham Hutton's _Programming in Haskell_ by Dr. Erik Meijer of Microsoft Research
Brian O'Sullivan, John Goerzen, and Don Stewart. _Real World Haskell_. O'Reilly, 2009
The Haskell wiki (http://www.haskell.org), with a lot of information
GHC, the recommended Haskell compiler and interactive environment (ghci)
Hugs 98, the second best choice for an interactive environment for Haskell
Haskell 98 Language and Libraries: The Revised Report (html)
Language and library specification, including the Haskell 2010 report
The Haskell 98 Report (pdf)
Prime numbers in Haskell (recommended by Lewis Cawthorne; the first program was discussed in class on 2010-09-15)
Some documents about functional programming in general
comp.lang.functional FAQ
List of "Real-World" Applications of Functional Programming
Paul Hudak. "Conception, Evolution, and Application of Functional Programming Languages." _ACM Computing Surveys_, 21, 3, 359-410, 1989 (local copy)