Windows installer - beta release
Mikhail Glushenkov
the.dead.shall.rise at gmail.com
Wed Apr 22 09:00:09 EDT 2009
Hi Bulat,
Bulat Ziganshin <bulat.ziganshin at ...> writes:
> afair, ghc installs any version to "program files/ghc", successfully
> overwriting previous one. if we want to support multiple ghc versions
> installation, we shouldn't duplicate this behavior.
Nope, it uses $SYSTEMDRIVE\GHC\ghc-${GHC_VERSION} by default.
Quoting
http://github.com/ghc-hq/ghc/blob/66642ccd6e3535ac171f880ba4d78bf14f02d7f6/distrib/ghc.iss
:
DefaultDirName={sd}\ghc\ghc- at VERSION@
> btw, HP installer creates "Start menu/Haskell Platform/6.10.2" menu. may
> be it should be "Start menu/Haskell Platform/2009.0.0"?
The default value is "GHC/6.10.2" - I assume that you
changed "GHC" to "Haskell Platform" manually?
More information about the Haskell-platform
mailing list