Skip to content

Commit b99c177

Browse files
gbaztomjaguarpaw
authored andcommitted
update books
1 parent 0b00924 commit b99c177

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

documentation.markdown

+9-3
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,28 @@ isDocumentation: true
66

77
# Documentation
88

9-
## Books for Learning Haskell
9+
## Introductory Books for Learning Haskell
1010

1111
* [Haskell from the Very Beginning](https://www.haskellfromtheverybeginning.com/)
1212
* [Learn You a Haskell for Great Good!](http://learnyouahaskell.com/)
1313
* [Real World Haskell](http://book.realworldhaskell.org/)
1414
* [Haskell Programming from first principles](http://haskellbook.com)
1515
* [Beginning Haskell](http://www.apress.com/9781430262503)
1616
* [Thinking Functionally with Haskell](http://www.cambridge.org/us/academic/subjects/computer-science/programming-languages-and-applied-logic/thinking-functionally-haskell)
17-
* [Parallel and Concurrent Programming in Haskell](https://simonmar.github.io/pages/pcph.html)
1817
* [Programming in Haskell](http://www.cs.nott.ac.uk/~pszgmh/pih.html)
1918
* [Haskell: The Craft of Functional Programming](http://www.haskellcraft.com/craft3e/Home.html)
2019
* [The Haskell School of Music](http://euterpea.com/haskell-school-of-music/)
2120
* [Developing Web Applications with Haskell and Yesod](http://www.yesodweb.com/book)
2221
* [Get Programming with Haskell](https://www.manning.com/books/get-programming-with-haskell)
2322

23+
## Intermediate Haskell Books
24+
25+
* [Functional Design and Architecture](https://leanpub.com/functional-design-and-architecture)
26+
* [Haskell in Depth](https://www.manning.com/books/haskell-in-depth)
27+
* [Parallel and Concurrent Programming in Haskell](https://simonmar.github.io/pages/pcph.html)
28+
* [Practical Haskell](https://www.apress.com/gp/book/9781484244791)
29+
* [Production Haskell](https://leanpub.com/production-haskell)
30+
2431
## Courses
2532

2633
Course material created by instructors
@@ -81,7 +88,6 @@ The Cabal guide is a good start but there's a lot to learn:
8188
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.
8289

8390
* [Hoogle API Search](http://www.haskell.org/hoogle/)
84-
* [Hayoo! API Search](http://hayoo.fh-wedel.de)
8591
* [Hackage](http://hackage.haskell.org/)
8692
* [Stackage (with API Search)](https://www.stackage.org)
8793
* [The Typeclassopedia](https://wiki.haskell.org/Typeclassopedia)

0 commit comments

Comments
 (0)