X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=5b04689d6aebe3376ea541ebba0ccb6c1a4fa893;hp=9ebbe05fe6714800e37b8fa852a881dbe66348f8;hb=04b5fc020e64e0a794d891dfa01c44df5c298e99;hpb=1f2103322ca039753e96e26c944deb02f0b88a98 diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 9ebbe05f..5b04689d 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -29,25 +29,30 @@ * [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) | [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010) | [Haskell'](https://ghc.haskell.org/trac/haskell-prime) +* [Hackage](https://hackage.haskell.org) Package Database +* Haskell API Search: [Hoogle](https://www.haskell.org/hoogle) | [Hayoo](http://hayoo.fh-wedel.de) + + * [Cabal](https://www.haskell.org/cabal) or [Cabal](https://wiki.haskell.org/Cabal): [user guide](https://www.haskell.org/cabal/users-guide) | [Cabal-Install](https://wiki.haskell.org/Cabal-Install) | [cabal-setup](https://hackage.haskell.org/package/cabal-setup) -* [Hackage](https://hackage.haskell.org) Package Database -* Haskell API Search: [Hoogle](https://www.haskell.org/hoogle) | [Hayoo](http://hayoo.fh-wedel.de) * [Haddock](https://www.haskell.org/haddock): [User Guide from Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/haddock/index.html) | [latest](https://www.haskell.org/haddoc/doc/html)