Changes between Version 79 and Version 80 of WikiStart
- Timestamp:
- 08/02/09 22:43:31 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v79 v80 1 1 The Haskell Platform Infrastructure 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. 2 3 {{{ 4 #!html 5 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> 6 }}} 2 7 3 8 == Current == 4 9 5 * Stable: [http://hackage.haskell.org/platform/ Haskell Platform 2009.2.0.1] (released June 2009)6 * Development: [http://code.haskell.org/haskell-platform/ 2009.2.0.2] (dev version leading to next stable release)10 * Stable: [http://hackage.haskell.org/platform/ Haskell Platform] 11 * Development: [http://code.haskell.org/haskell-platform/ Development Version] 7 12 8 13 The platform itself is maintained as a cabal file, some scripts and tools, and a website: ''darcs get http://code.haskell.org/haskell-platform/'' 9 10 {{{11 #!html12 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>13 }}}14 15 == Further info ==16 14 17 15 * [http://hackage.haskell.org/platform The Haskell Platform download site] … … 21 19 * See also [#BackgroundReading background reading] and [#RelatedProjects related projects] below 22 20 * [wiki:Members The Haskell Platform Infrastructure Team] 23 24 == Current Specification == 25 26 * 2009.2.0.1 27 * [wiki:2009.2.0 package list] 28 * The [http://hackage.haskell.org/platform/2009.2.0.1/haskell-platform.cabal .cabal] file 21 * All [report:1 open tickets] relating to the platform 29 22 30 23 == Documentation for Package Maintainers == … … 34 27 * QualityControl 35 28 * ReleaseTimetable: dates for upcoming releases 36 * ReleaseProcess: prior to releases, what has to be done and when. 37 38 Getting new packages into the platform: 39 29 * ReleaseProcess: prior to releases, what has to be done and when 40 30 * AddingPackages 41 42 TODO: establish and document process for getting packages included43 44 The current informal method is to email the libraries list and propose it.45 31 46 32 == Documentation for Distro Maintainers == … … 65 51 66 52 * [wiki:2009.2 2009.2.x major release series]: This is the main page for the release team that collects info for the current release series. 67 68 53 * All [report:1 open tickets] relating to the platform 69 54 * [wiki:Library/VersionMatrix global version matrix] … … 88 73 * [http://www.cse.unsw.edu.au/~dons/papers/CPJS08.html Haskell: Batteries Included], position paper by Don, Duncan and Isaac. 89 74 * [http://blog.well-typed.com/2008/11/haskell-platform-talk-at-the-london-haskell-users-group/ Slides from the Haskell Platform talk] 90 * [http://blog.well-typed.com/2008/09/hackage-hacking-and-demo/ Haskell Platform discussion] 75 * [http://blog.well-typed.com/category/haskell-platform/ Haskell Platform discussion] 76 * [http://donsbot.wordpress.com/2009/08/01/heuristics-for-blessing-software-packages/ More discussion] 91 77 * Bryan O'Sullivan's [http://www.serpentine.com/blog/2008/09/26/some-notes-on-the-future-of-haskell-and-fp/ writeup] of the future of Haskell discussion 92 78 * [http://thread.gmane.org/gmane.comp.lang.haskell.cvs.ghc/28062/focus=28807 A discussion] took place in June and July 2008 about the direction of the HLP.
