X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=07731b8bf2c1d1f64b9505df970bc0fb5e6a5e8b;hp=09697a38dc98682db13067b5dd8bb5f85af314b1;hb=17ac2e17ba2400fba53766591cac7859fea4c83c;hpb=89f45e3491b19d5d9c56df6d4134292d24ac5f73 diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 09697a38..07731b8b 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -47,23 +47,21 @@ [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010) | [Haskell'](https://ghc.haskell.org/trac/haskell-prime) * [What I Wish I Knew When Learning Haskell](http://dev.stephendiehl.com/hask) -* Haskell API Search: [Hoogle](https://www.haskell.org/hoogle) | [Hayoo](http://hayoo.fh-wedel.de) -* [Hackage](https://hackage.haskell.org) Package Database - - -* [Cabal](https://wiki.haskell.org/Cabal): +* [Cabal](https://wiki.haskell.org/Cabal) package manager: [User Guide](https://www.haskell.org/cabal/users-guide) | [command-line tool](https://wiki.haskell.org/Cabal-Install) | [installing Cabal packages](https://wiki.haskell.org/Cabal/How_to_install_a_Cabal_package) | [cabal-setup](https://hackage.haskell.org/package/cabal-setup) | help with [problems](https://wiki.haskell.org/Cabal/Survival) -[more](https://wiki.haskell.org/Cabal/FAQ) -[more](https://www.haskell.org/cabal/FAQ.html) | +[FAQ1](https://wiki.haskell.org/Cabal/FAQ) +[FAQ2](https://www.haskell.org/cabal/FAQ.html) | [writing Haskell programs](https://wiki.haskell.org/How_to_write_a_Haskell_program) - -* [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) +* [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) documentation generator: +User Guide from [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/haddock/index.html) | +[latest](https://www.haskell.org/haddock/doc/html) | +[FAQ](https://wiki.haskell.org/Haddock/FAQ) * [Reddit's r/haskell](https://www.reddit.com/r/haskell)