[haskell-platform] #25: Installer sets(!) the path instead of properly appending

haskell-platform haskell-platform at projects.haskell.org
Fri May 8 08:56:52 EDT 2009


#25: Installer sets(!) the path instead of properly appending
---------------------------------------------+------------------------------
 Reporter:  torsten.kemps-benedix at sks-ub.de  |        Owner:  refold
     Type:  defect                           |       Status:  closed
 Priority:  critical                         |    Milestone:        
Component:  Windows installer                |   Resolution:  fixed 
 Keywords:                                   |  
---------------------------------------------+------------------------------
Comment (by refold):

 EnvVarUpdate does the wrong thing only when length(PATH) >
 length(STR_MAX), where STR_MAX is the maximum string length in the NSIS
 build we're using (chosen at the configure stage). So we shouldn't need
 additional checks, at least in current Windows versions.

-- 
Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/25#comment:12>
haskell-platform <http://trac.haskell.org/haskell-platform>
The Haskell Platform: a comprehensive and robust collection of Haskell libraries


More information about the Haskell-platform mailing list