Changes between Version 12 and Version 13 of WikiStart
- Timestamp:
- 03/30/09 15:59:11 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v12 v13 18 18 darcs get http://code.haskell.org/haskell-platform/ 19 19 20 == Candidates for Inclusion: 2008.0.0 ==20 == Package list for the first release: 2008.0.0 == 21 21 22 22 The existing extralibs will be updated to the current stable set, and released with GHC. 23 23 24 24 * [wiki:Library/cgi cgi] 25 * [wiki:Library/fgl f cgi]26 * [wiki:Library/GLUT glut]25 * [wiki:Library/fgl fgl] 26 * [wiki:Library/GLUT GLUT] 27 27 * [wiki:Library/haskell-src haskell-src] 28 28 * [wiki:Library/html html] 29 * [wiki:Library/HTTP http]30 * [wiki:Library/HUnit hunit]29 * [wiki:Library/HTTP HTTP] 30 * [wiki:Library/HUnit HUnit] 31 31 * [wiki:Library/mtl mtl] 32 32 * [wiki:Library/network network] 33 * [wiki:Library/OpenAL openal]34 * [wiki:Library/OpenGL opengl]33 * [wiki:Library/OpenAL OpenAL] 34 * [wiki:Library/OpenGL GpenGL] 35 35 * [wiki:Library/parallel parallel] 36 36 * [wiki:Library/parsec parsec] 37 * [wiki:Library/regex-posix posix] 38 * [wiki:Library/QuickCheck quickcheck] 37 * [wiki:Library/QuickCheck QuickCheck] 39 38 * [wiki:Library/regex-base regex-base] 40 39 * [wiki:Library/regex-compat regex-compat] 40 * [wiki:Library/regex-posix regex-posix] 41 41 * [wiki:Library/stm stm] 42 42 * [wiki:Library/time time] … … 44 44 * [wiki:Library/zlib zlib] 45 45 46 (sort -k3) 46 Programs: 47 47 48 == Programs == 49 50 * Haddock 51 * Happy 52 * Alex 53 * cabal-install 48 * [wiki:Library/haddock haddock] 49 * [wiki:Library/happy happy] 50 * [wiki:Library/alex alex] 51 * [wiki:Library/cabal-install cabal-install]
