Changes between Version 2 and Version 3 of Windows
- Timestamp:
- 04/30/09 21:47:57 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Windows
v2 v3 1 Likely will use Sigbjorn Finne's BAMSE/MSI installer with Cabal support. 1 The current Windows installer is based on NSIS. Source code can be found at 2 2 3 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bamse3 http://github.com/23Skidoo/haskell-platform-windows 4 4 5 BAMSE: 6 7 * is a MSI package creator. It has the ability to specify if you want to provide support for installing your Cabal package after having unpacked it, i.e., it is assumed that you are shipping a pre-built version of the package with the MSI. 5 In the future, we will likely make use of Sigbjorn Finne's [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bamse BAMSE] work. 8 6 7 BAMSE is a MSI package creator. It has the ability to specify if you 8 want to provide support for installing your Cabal package after 9 having unpacked it, i.e., it is assumed that you are shipping a 10 pre-built version of the package with the MSI. 11
