X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=09697a38dc98682db13067b5dd8bb5f85af314b1;hp=df9fd42044ff6ec100d3079b0518250ffd2eee89;hb=89f45e3491b19d5d9c56df6d4134292d24ac5f73;hpb=2abb5e0c53d1fc22b17211a9e2fe8d8b3675f234 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)