ScoopInstaller_Main/haskell.json
Luke Sampson b8a40777b0 Merge pull request #508 from moigagoo/patch-15
Update Haskell Platform to 7.10.2-a
2015-09-28 20:22:13 +10:00

27 lines
865 B
JSON

{
"homepage": "http://www.haskell.org",
"version": "7.10.2-a",
"architecture": {
"64bit": {
"url": "https://haskell.org/platform/download/7.10.2/HaskellPlatform-7.10.2-a-x86_64-setup.exe#/dl.7z",
"hash": "acfd8144a090c1fa17dc5d9e564355ffdb159012ab0550a012abaacb4a1d58fa"
},
"32bit": {
"url": "https://haskell.org/platform/download/7.10.2/HaskellPlatform-7.10.2-a-i386-setup.exe#/dl.7z",
"hash": "8c1a2e116e3a3b00857901bfd4f98b47c1ed07b562c438428d0e75a480b8d2f5"
}
},
"bin": [
"bin\\ghc.exe",
"bin\\ghci.exe",
"bin\\ghc-pkg.exe",
"bin\\haddock.exe",
"bin\\hp2ps.exe",
"bin\\hpc.exe",
"bin\\hsc2hs.exe",
"bin\\runghc.exe",
"bin\\runhaskell.exe",
"lib\\extralibs\\bin\\cabal.exe"
]
}