X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=learning_haskell.mdwn;h=28acee6937337c9e2389b6f33b3737082087ed43;hp=54dd276c05a3156edade4ec4a8eac494e92ae8b6;hb=e4e5cb2693460be272dfaf74d53f48b3a687ef62;hpb=f40bb9987d5f57b2013281a631351c535c5c93c0 diff --git a/learning_haskell.mdwn b/learning_haskell.mdwn index 54dd276c..28acee69 100644 --- a/learning_haskell.mdwn +++ b/learning_haskell.mdwn @@ -52,13 +52,13 @@ ## Advanced Docs, listed here for reference ## * GHC User's Guide from -[Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/users_guide) | +[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), including [Using GHCi](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/ghci.html) and [Extensions](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/ghc-language-features.html) * 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) +[Haskell 2010](https://www.haskell.org/onlinereport/haskell2010/haskellpa2.html) ([Prelude](https://www.haskell.org/onlinereport/haskell2010/haskellch9.html))