From: Jim Date: Mon, 2 Feb 2015 17:02:12 +0000 (-0500) Subject: tweak haskell links X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=89f45e3491b19d5d9c56df6d4134292d24ac5f73 tweak haskell links --- diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index df9fd420..09697a38 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -51,10 +51,16 @@ * [Hackage](https://hackage.haskell.org) Package Database -* [Cabal](https://wiki.haskell.org/Cabal) or [Cabal](https://www.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) +* [Cabal](https://wiki.haskell.org/Cabal): +[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) | +[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)