adding to learning haskell
[lambda.git] / _learning_haskell.mdwn
index 8d32510..6d65404 100644 (file)
 *   [Real World Haskell](http://book.realworldhaskell.org/read)
 *   [Yet Another Haskell Tutorial](https://en.wikibooks.org/wiki/Yet_Another_Haskell_Tutorial/Preamble)
 *   [Haskell Wikibook](https://en.wikibooks.org/wiki/Haskell)
-*   [GHC](https://wiki.haskell.org/GHC)
-*   [Cabal](https://www.haskell.org/cabal)
-*   [Hackage](https://hackage.haskell.org)
+*   GHC: [docs](https://wiki.haskell.org/GHC), [releases](https://www.haskell.org/ghc)
+*   [GHC User Manual](https://downloads.haskell.org/~ghc/latest/docs/html/user_guide)
+*   [Libraries coming with GHC](https://downloads.haskell.org/~ghc/latest/docs/html/libraries)
+*   [Cabal](https://www.haskell.org/cabal), [user guide](https://www.haskell.org/cabal/users-guide)
+*   [Hackage](https://hackage.haskell.org) s?
+*   [Hoogle - Haskell API Search](https://www.haskell.org/hoogle)
+*   [Hayoo - Haskell API Search](http://hayoo.fh-wedel.de)
 *   [Haskell Platform](https://www.haskell.org/platform)
 *   [Main Haskell web page](https://www.haskell.org)
 *   [New Haskell web page](https://new-www.haskell.org)
@@ -25,3 +29,6 @@
 *   Wikipedia on [GHC](https://en.wikipedia.org/wiki/Glasgow_Haskell_Compiler).
 *   [Haskell wiki](https://wiki.haskell.org) (not restricted to just GHC)
 *   [Haskell wiki's Getting Started](https://wiki.haskell.org/Haskell_in_5_steps)
+*   [Meta-tutorial](https://wiki.haskell.org/Meta-tutorial)
+*   [What I Wish I Knew When Learning Haskell](http;//dev.stephendiehl.com/hask)
+