Changes between Version 9 and Version 10 of Windows
- Timestamp:
- 07/21/09 04:55:37 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Windows
v9 v10 1 == Source Code == 2 1 3 The current Windows installer is based on NSIS. Source code can be found at 2 4 … … 7 9 http://code.haskell.org/~refold 8 10 9 ----------------- 11 == Known Issues == 10 12 11 [http://trac.haskell.org/haskell-platform/query?status=new&status=assigned&status=reopened&component=Windows+installer&order=priority Windows Installer Tasks] 13 Known issues as of version 2009.2.02: 12 14 13 ----------------- 15 * The network and time libraries shipped with GHC 6.10.3 were replaced with 16 versions specified in the 'haskell-platform.cabal' file (2.2.1.1 and 17 1.1.2.4 instead of 2.2.1 and 1.1.3, respectively). 14 18 15 == Results == 19 * The issue of upgrading wasn't given much thought, so you're advised to 20 delete the previous Haskell Platform installation before using this 21 installer. OTOH, our behaviour is no worse than that of the existing GHC 22 installer. 23 24 * The installer may work with restricted user accounts, but it has not been 25 tested and is not officially supported. The "just unpack" option should 26 work, however, since it doesn't do anything fancy. 27 28 * glut32.dll is not included, though it probably should be. 29 30 == Impact == 16 31 17 32 For the 2009.2.0 release, we had 1500 (exactly) downloads of the windows installer, from May 5 - May 9. 18 33 19 ----------------- 34 35 == For Developers == 36 37 [http://trac.haskell.org/haskell-platform/query?status=new&status=assigned&status=reopened&component=Windows+installer&order=priority Windows Installer Tasks] 20 38 21 39 In the future, we will likely make use of Sigbjorn Finne's [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bamse BAMSE] work.
