update haskell 8.2.1 / fix autoupdate / drop 32bit (#1675)

* update haskell 8.2.1 / fix autoupdate / drop 32bit

Haskell currently does not provide 32bit, the autoupdate part is
"commented out".

Original note from the haskell page
> The 8.2.1 platform release is for 64 bit Windows only, due to issues
> with GHC 8.2.1 on 32 bit Windows. Future releases are anticipated to
> resume 32 bit support.

* remove offending json key
This commit is contained in:
Rémy 2017-08-29 18:29:27 +02:00 committed by Richard Kuhnt
parent 244f3a9101
commit c066b08ab4

View File

@ -1,14 +1,10 @@
{ {
"homepage": "https://www.haskell.org", "homepage": "https://www.haskell.org",
"version": "8.0.2", "version": "8.2.1",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://haskell.org/platform/download/8.0.2/HaskellPlatform-8.0.2-minimal-x86_64-setup.exe", "url": "https://haskell.org/platform/download/8.2.1/HaskellPlatform-8.2.1-core-x86_64-setup.exe",
"hash": "5901fddb219a4d864ee3e21dc73434de0eeb98cbd27a50845b8a687e1c1cb8fa" "hash": "81aa5b8476b84c732e4d9e5167a5f1a33ff5ae30d14e5aa4f1902001e4fdb8f8"
},
"32bit": {
"url": "https://haskell.org/platform/download/8.0.2/HaskellPlatform-8.0.2-minimal-i386-setup.exe",
"hash": "5be3feaf90977bbe769753c8295cafef40591c8f247808cf6b662ebab2839738"
} }
}, },
"installer": { "installer": {
@ -37,10 +33,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://haskell.org/platform/download/$version/HaskellPlatform-$version-minimal-x86_64-setup.exe" "url": "https://haskell.org/platform/download/$version/HaskellPlatform-$version-core-x86_64-setup.exe"
},
"32bit": {
"url": "https://haskell.org/platform/download/$version/HaskellPlatform-$version-minimal-i386-setup.exe"
} }
} }
} }