[haskell-platform] #124: Windows installer messes up directory structure

haskell-platform haskell-platform at projects.haskell.org
Thu Jul 1 14:04:38 EDT 2010


#124: Windows installer messes up directory structure
-------------------------------+--------------------------------------------
 Reporter:  Toxaris            |        Owner:  refold  
     Type:  defect             |       Status:  assigned
 Priority:  major              |    Milestone:          
Component:  Windows installer  |   Resolution:          
 Keywords:                     |  
-------------------------------+--------------------------------------------
Comment (by duncan):

 I don't think there is anything wrong here. The digest package does not
 depend on the zlib package so it does not get access to the header files
 of the zlib package. The digest package is assume the system already has
 zlib installed which is not the case on windows. The digest package should
 be fixed to use the existing Haskell binding (the zlib package) and not to
 use the C lib directly, then everything would work fine.

-- 
Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/124#comment:2>
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