SM's Haskell notes: **[[Haskell]] | [[Haskell map]] | Haskell minimap | [[Haskell games]]**
A short list of important Haskell resources, for folks who may not know about them. (A number of people in \#haskell did not know about the discourse.) WIP. For more, see [[Haskell map]].
Last updated 2025-06-01.
**Learn**
- https://haskell.org official home
- https://haskell.foundation stewardship and fundraising
- https://learnxinyminutes.com/haskell a fast intro in [11 languages](https://learnxinyminutes.com)
- https://haskell-docs.netlify.app a newcomer's guide
- https://typeclasses.com/beginner-crash-course
- https://typeclasses.com/phrasebook
- https://schoolofhaskell.com
- https://exercism.org/tracks/haskell exercises and mentoring
- https://wiki.haskell.org community knowledge base
- https://en.wikibooks.org/wiki/Haskell community book
- https://extrema.is/articles/haskell-books more books
- https://youtube.com/results?search_query=haskell videos
- https://joyful.com/Haskell+map more learning resources
**Discuss**
- https://haskell.pl-a.net overview of discussions
- https://discourse.haskell.org official forum
- https://reddit.com/r/haskell/new older reddit forum
- https://haskell.org/mailing-lists mail lists
- https://matrix.to/#/#haskell-space:matrix.org Matrix chat rooms
- https://haskell.org/irc IRC chat channels
**Tools**
- https://haskell.org/ghcup versatile Haskell installer
- https://cabal.readthedocs.io original build tool for Haskell software
- https://haskellstack.org alternative installer/build tool
- https://github.com/ndmitchell/ghcid simple code awareness tool
- https://github.com/haskell/haskell-language-server complex code awareness tool
- https://hackage.haskell.org publishing hub for Haskell software
- https://stackage.org stable curated subsets of Hackage
- https://hoogle.haskell.org Haskell libraries/API search
- https://haskell-status.org status of Haskell services