The Haskell Platform is a single, standard Haskell development environment for everyone. It offers a set of blessed libraries and tools, to save you the task of picking and choosing which core Haskell libraries to use. Includes GHC 7.8.3.
Size: 244 MB
Authors: Haskell Platform Infrastructure Team
Default path: %ProgramFiles(x86):ProgramFiles%\Haskell Platform\2014.2.0.0
pbox install haskellplatform
Show pbox.xml
<pbox version="1.0">
<name>haskellplatform</name>
<title>Haskell Platform</title>
<version>2014.2.0.0</version>
<group>haskell</group>
<group>programming</group>
<archs>32,64</archs>
<exeFile arch="32">HaskellPlatform-2014.2.0.0-i386-setup.exe</exeFile>
<exeFile arch="64">HaskellPlatform-2014.2.0.0-x86_64-setup.exe</exeFile>
<homedir arch="32">%ProgramFiles(x86):ProgramFiles%\Haskell Platform\2014.2.0.0</homedir>
<homedir arch="64">%ProgramFiles%\Haskell Platform\2014.2.0.0</homedir>
<homedirCustomizable>false</homedirCustomizable>
<install>
<exec>".\files\${exeFile}" /S</exec>
<path>${homedir}\bin</path>
<env>HASKELL_HOME=${homedir}</env>
</install>
<uninstall>
<unenv>HASKELL_HOME</unenv>
<unpath>${homedir}\bin</unpath>
<exec>"${homedir}\Uninstall.exe" /S</exec>
<remove>${homedir}</remove>
</uninstall>
</pbox>