From a332a64352fb88c1f4a82db8af598ff8a6dd2da9 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 26 Jun 2016 05:06:10 -0400 Subject: [PATCH] Added Happy Learn Haskell Tutorial (#1947) * Added Happy Learn Haskell Tutorial * corrected travis messages * corrected Alphabetical ordering * Remove trailing slash --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index b3405bec..69c5d129 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1115,6 +1115,7 @@ * [Anatomy of Programming Languages](http://www.cs.utexas.edu/~wcook/anatomy/) - William R. Cook * [Beautiful Code, Compelling Evidence](http://vis.renci.org/jeff/2009/01/16/beautiful-code-compelling-evidence/) (PDF) * [Exploring Generic Haskell](http://www.andres-loeh.de/ExploringGH.pdf) - Andres Löh (PDF) +* [Happy Learn Haskell Tutorial](http://www.happylearnhaskelltutorial.com) * [Haskell and Yesod](http://www.yesodweb.com/book-1.2) * [Haskell no panic](http://lisperati.com/haskell/) * [Haskell web Programming](http://yannesposito.com/Scratch/fr/blog/Yesod-tutorial-for-newbies/) (Yesod tutorial) -- GitLab