Fixed a Haskell book link (#3481)

Parallel and Concurrent Programming in Haskell is now hosted on O'Reilly Safari.
This commit is contained in:
Timo Salomäki 2019-12-20 00:37:40 +02:00 committed by Eric Hellman
parent e5f758779a
commit 9a82966ead

View File

@ -1334,7 +1334,7 @@ Kerridge (PDF) (email address *requested*, not required)
* [Haskell web Programming](http://yannesposito.com/Scratch/fr/blog/Yesod-tutorial-for-newbies/) (Yesod tutorial) * [Haskell web Programming](http://yannesposito.com/Scratch/fr/blog/Yesod-tutorial-for-newbies/) (Yesod tutorial)
* [Learn Haskell Fast and Hard](http://yannesposito.com/Scratch/en/blog/Haskell-the-Hard-Way/) * [Learn Haskell Fast and Hard](http://yannesposito.com/Scratch/en/blog/Haskell-the-Hard-Way/)
* [Learn You a Haskell for Great Good](http://learnyouahaskell.com) - Miran Lipovaca * [Learn You a Haskell for Great Good](http://learnyouahaskell.com) - Miran Lipovaca
* [Parallel and Concurrent Programming in Haskell](http://chimera.labs.oreilly.com/books/1230000000929/index.html) - Simon Marlow * [Parallel and Concurrent Programming in Haskell](https://www.oreilly.com/library/view/parallel-and-concurrent/9781449335939/) - Simon Marlow
* [Real World Haskell](http://book.realworldhaskell.org) * [Real World Haskell](http://book.realworldhaskell.org)
* [Speeding Through Haskell](http://www.sthaskell.com) * [Speeding Through Haskell](http://www.sthaskell.com)
* [Wise Man's Haskell](https://anchpop.github.io/wise_mans_haskell/) - Andre Popovitch * [Wise Man's Haskell](https://anchpop.github.io/wise_mans_haskell/) - Andre Popovitch