From c066b08ab47818beeb441d78c83f70577ae5ce4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my?= Date: Tue, 29 Aug 2017 18:29:27 +0200 Subject: [PATCH] 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 --- haskell.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/haskell.json b/haskell.json index f5fbb068ef..b0c2d38989 100644 --- a/haskell.json +++ b/haskell.json @@ -1,14 +1,10 @@ { "homepage": "https://www.haskell.org", - "version": "8.0.2", + "version": "8.2.1", "architecture": { "64bit": { - "url": "https://haskell.org/platform/download/8.0.2/HaskellPlatform-8.0.2-minimal-x86_64-setup.exe", - "hash": "5901fddb219a4d864ee3e21dc73434de0eeb98cbd27a50845b8a687e1c1cb8fa" - }, - "32bit": { - "url": "https://haskell.org/platform/download/8.0.2/HaskellPlatform-8.0.2-minimal-i386-setup.exe", - "hash": "5be3feaf90977bbe769753c8295cafef40591c8f247808cf6b662ebab2839738" + "url": "https://haskell.org/platform/download/8.2.1/HaskellPlatform-8.2.1-core-x86_64-setup.exe", + "hash": "81aa5b8476b84c732e4d9e5167a5f1a33ff5ae30d14e5aa4f1902001e4fdb8f8" } }, "installer": { @@ -37,10 +33,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://haskell.org/platform/download/$version/HaskellPlatform-$version-minimal-x86_64-setup.exe" - }, - "32bit": { - "url": "https://haskell.org/platform/download/$version/HaskellPlatform-$version-minimal-i386-setup.exe" + "url": "https://haskell.org/platform/download/$version/HaskellPlatform-$version-core-x86_64-setup.exe" } } }