X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=bca826b6f376fc676ec32aa0dd6182434ed5f2ad;hp=fadee5ed2e850eba5cda0159d5a9476da8d75461;hb=0669c93a4922641c2c8c26ba90df1160a41eef90;hpb=e1e61be6641c8c76812b12cba9f8b65d393bd0cf;ds=sidebyside diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index fadee5ed..bca826b6 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -25,18 +25,21 @@ * [What I Wish I Knew When Learning Haskell](http;//dev.stephendiehl.com/hask) -* [Haskell Wiki](https://wiki.haskell.org), with a link to download the [Haskell Platform](https://www.haskell.org/platform) +* [Haskell Wiki](https://wiki.haskell.org), with a link to download the [Haskell Platform](https://www.haskell.org/platform/contents.html) * [New Haskell Wiki](https://new-www.haskell.org) -* User manual from -[GHC in Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/users_guide) | +* GHC User's Guide from +[Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/users_guide) | [latest](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide) -* Libraries from [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/platform/doc) -also , +* Libraries from +[Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/platform/doc) | +[Haskell 2010](https://www.haskell.org/onlinereport/haskell2010/haskellpa2.html) +* GHC [releases](https://www.haskell.org/ghc) and +[other docs](https://wiki.haskell.org/GHC), including +[GHCi](https://wiki.haskell.org/GHC/GHCi) and [GHC FAQ](https://wiki.haskell.org/GHC/FAQ) * Formal language specs: [Haskell 98](https://www.haskell.org/onlinereport) |