Documentation

Books for Learning Haskell

Courses

Course material created by instructors

Tutorials

Short, dense, classic ways to hit the ground running

Online Resources

Curated resources put together by Haskellers:

Manuals and Guides

Manuals and guides that cover common Haskell tooling:

Package and Dependency Management

The Cabal guide is a good start but there’s a lot to learn:

Library Documentation

Documentation for Haskell libraries is typically available on Hackage. We also have specialized tools for searching across it, not only by name, but by type.

Language Report

The Haskell 2010 language report is available online here.

A PDF version is available here.

It can also be downloaded as a git repository:

$ git clone -b h2010 https://github.com/haskell/haskell-report