X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=_learning_haskell.mdwn;h=df9fd42044ff6ec100d3079b0518250ffd2eee89;hp=5b04689d6aebe3376ea541ebba0ccb6c1a4fa893;hb=2abb5e0c53d1fc22b17211a9e2fe8d8b3675f234;hpb=04b5fc020e64e0a794d891dfa01c44df5c298e99 diff --git a/_learning_haskell.mdwn b/_learning_haskell.mdwn index 5b04689d..df9fd420 100644 --- a/_learning_haskell.mdwn +++ b/_learning_haskell.mdwn @@ -22,13 +22,14 @@ * [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) -* [What I Wish I Knew When Learning Haskell](http;//dev.stephendiehl.com/hask) * [Haskell Wiki](https://wiki.haskell.org), with a link to download the [Haskell Platform](https://www.haskell.org/platform/contents.html) * [New Haskell Wiki](https://new-www.haskell.org) - + +### More Advanced Docs ### + * GHC User's Guide from [Haskell Platform](https://www.haskell.org/platform/doc/2014.2.0.0/ghc/users_guide) | [latest](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide) @@ -45,11 +46,12 @@ [Haskell 98](https://www.haskell.org/onlinereport) | [Haskell 2010](https://www.haskell.org/onlinereport/haskell2010) | [Haskell'](https://ghc.haskell.org/trac/haskell-prime) -* [Hackage](https://hackage.haskell.org) Package Database +* [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://www.haskell.org/cabal) or [Cabal](https://wiki.haskell.org/Cabal): +* [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) @@ -58,6 +60,6 @@ [latest](https://www.haskell.org/haddoc/doc/html) -* [GHC Developer Wiki](https://ghc.haskell.org/trac/ghc) -* [Stack Overflow](https://stackoverflow.com/questions/tagged?tagnames=haskell) questions tagged "haskell" * [Reddit's r/haskell](https://www.reddit.com/r/haskell) +* [Stack Overflow](https://stackoverflow.com/questions/tagged?tagnames=haskell) questions tagged "haskell" +* [GHC Developer Wiki](https://ghc.haskell.org/trac/ghc)