X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=ac4e4a97aca61b7b6e600db805c0dd8e5a16e9c6;hp=9ebbe05fe6714800e37b8fa852a881dbe66348f8;hb=5def21a04555a876bd1a26adadb94eebfc3f830a;hpb=1f2103322ca039753e96e26c944deb02f0b88a98 diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 9ebbe05f..ac4e4a97 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -32,9 +32,10 @@ * User manual from [GHC in 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)