It seems the latest version uploaded there is 4.12. Where can I find docs for later versions?
Hi Ben, Here are the haddocks for the latest release of base: http://downloads.haskell.org/~ghc/latest/docs/html/libraries/base-4.14.0.0/i... The documentation for all libraries released with GHC are available via the GHC downloads: http://downloads.haskell.org/~ghc/ Hopefully Hackage will soon be updated to include the latest boot libraries. You can find some information on the underlying issues here: * https://github.com/haskell-infra/hackage-trustees/issues/240 * https://github.com/haskell/hackage-server/issues/852 Cheers, Simon Am Fr., 24. Apr. 2020 um 23:16 Uhr schrieb Ben Franksen <ben.franksen@online.de>:
It seems the latest version uploaded there is 4.12. Where can I find docs for later versions?
_______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
Hi Ben, The most up-to-date docs are available through ghc.haskell.org: look up the latest release at the top and follow the links "Documentation > Libraries", which lands you here: https://downloads.haskell.org/~ghc/8.10.1/docs/html/libraries/index.html Li-yao On 4/24/20 5:15 PM, Ben Franksen wrote:
It seems the latest version uploaded there is 4.12. Where can I find docs for later versions?
_______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
participants (3)
-
Ben Franksen -
Li-yao Xia -
Simon Jakobi