From ed2ee618cc9c9d478ff80b8b0e9e9603097dd56d Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 2 Feb 2015 09:44:26 -0500 Subject: [PATCH] adding to learning haskell --- _learning_haskell.mdwn | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 8d325109..6d65404e 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -15,9 +15,13 @@ * [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) + -- 2.11.0