Changes between Version 63 and Version 64 of WikiStart
- Timestamp:
- 05/09/09 23:39:31 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v63 v64 1 The Haskell Platform Release Team helps to coordinate the platform release process, mainly by creating a 6-monthly release schedule, and keeping everyone informed about the various stages of that schedule. We work for the developer community, helping everyone to work together and make progress. We try not to get in the way. 1 2 2 == The Haskell Platform==3 == Current == 3 4 4 The 2009.2.0 release is now live. [http://hackage.haskell.org/platform/ Download the Haskell Platform 2009.2.0] 5 * Stable: [http://hackage.haskell.org/platform/ Haskell Platform 2009.2.0] 6 * Unstable: [http://darcs.haskell.org/haskell-platform/ 2009.2.1] 7 8 The platform itself is maintained as a cabal file, some scripts and tools, and a website: ''darcs get http://code.haskell.org/haskell-platform/'' 5 9 6 10 {{{ 7 11 #!html 8 Open a new ticket </font><a href="http://trac.haskell.org/haskell-platform/newticket?summary=<Problem>&description=<Describe the problem>&component=Platform"><img width=18 height=18 src="http://galois.com/~dons/images/plus-icon.jpg"></a>12 Help us out: open a new ticket </font><a href="http://trac.haskell.org/haskell-platform/newticket?summary=<Problem>&description=<Describe the problem>&component=Platform"><img width=18 height=18 src="http://galois.com/~dons/images/plus-icon.jpg"></a> 9 13 }}} 10 14 11 A robust and comprehensive suite of blessed libraries for Haskell development. 15 == Further info == 12 16 17 * [http://hackage.haskell.org/platfrom The Haskell Platform] 13 18 * [http://haskell.org/haskellwiki/Haskell_Platform The Haskell Platform User's Home] 14 19 * [http://trac.haskell.org/haskell-platform/wiki/WikiStart The Haskell Platform Developers Home] (this page) … … 16 21 * Discussion in #ghc @ freenode 17 22 23 == Tasks == 24 18 25 * [http://trac.haskell.org/haskell-platform/query?status=new&status=assigned&status=reopened&milestone=2009.2.1&order=priority Tasks for the next release] 19 26 * [report:1 Open tickets] relating to the platform 20 27 21 == The Platform Specification == 22 23 The platform itself is maintained as a cabal file, some scripts and tools, and a website: 24 25 darcs get http://code.haskell.org/haskell-platform/ 26 27 Releases are hosted on hackage.haskell.org, 28 29 http://hackage.haskell.org/platform/ 30 31 == Info for developers == 28 == Release Team Documentation == 32 29 33 30 * VersionNumbers: how the release version numbers work … … 35 32 * Guides for AddingPackages and QualityControl 36 33 37 == Platform details==34 == Distro Maintainer Documentation == 38 35 39 36 * [wiki:Windows Windows] 40 37 * [wiki:OSX OS X] 41 42 38 * [http://aur.archlinux.org/packages.php?ID=26279 Arch Linux] 43 39 * [http://hydra.nixos.org/job/nixpkgs/trunk/haskellPackages_ghc6102.haskellPlatform/jobstatus NixOS] 44 45 TODO: add pages for distros, the generic unix tarball. See tickets #6, #7 and #8.46 40 47 41 == Current Specification ==
