Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit f3da3b1

Browse files
committed
updated hashes to reflect updated builds and swapped in still further warnings for linux distro packages
1 parent e2666ae commit f3da3b1

File tree

2 files changed

+38
-17
lines changed

2 files changed

+38
-17
lines changed

hptool/src/ReleaseFiles.hs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ releaseFiles :: [ReleaseFiles]
7171
releaseFiles =
7272
[
7373
("8.0.2", jan 2017,
74-
[ lin False x86_64 "download/8.0.2/haskell-platform-8.0.2-unknown-posix--minimal-x86_64.tar.gz" $ sha256 "c35b76f30e1972bb2bb1d51a4027dae732764e7776b609e80e462318bd1ef48c"
75-
, lin True x86_64 "download/8.0.2/haskell-platform-8.0.2-unknown-posix--full-x86_64.tar.gz" $ sha256 "0124399b1bbad2e5f615dbccc49df69db02fbe37d9e500378b59101c244b41e1"
76-
, lin False i386 "download/8.0.2/haskell-platform-8.0.2-unknown-posix--minimal-i386.tar.gz" $ sha256 "3a82842803be0cb66ccb711c63a5ec7097afed2becce371591c587a5a9965b36"
77-
, lin True i386 "download/8.0.2/haskell-platform-8.0.2-unknown-posix--full-i386.tar.gz" $ sha256 "89eba80b5b108a6ef520347de50a73592b680b15273792a0a4fb63aaf2a4e3ef"
78-
, mac False x86_64 "download/8.0.2/Haskell%20Platform%208.0.2%20Minimal%2064bit-signed.pkg" $ sha256 "d964fded40988e0a6a70e577de261dd5a384ef9e1038ed58196c317eff8f1e26"
74+
[ lin False x86_64 "download/8.0.2/haskell-platform-8.0.2-unknown-posix--minimal-x86_64.tar.gz" $ sha256 "f08cf747abd6675c7cce7e4d61c29788876aba27df474e8b1fe76f37a1f3868b"
75+
, lin True x86_64 "download/8.0.2/haskell-platform-8.0.2-unknown-posix--full-x86_64.tar.gz" $ sha256 "c68a6f278a192d5000e8feefb0e63cef1bd441d02b846029840b98a5fa3ee31a"
76+
, lin False i386 "download/8.0.2/haskell-platform-8.0.2-unknown-posix--minimal-i386.tar.gz" $ sha256 "0c523714842f6fa49a0161315c51d68faa7f012031d337f69327d315a73f6860"
77+
, lin True i386 "download/8.0.2/haskell-platform-8.0.2-unknown-posix--full-i386.tar.gz" $ sha256 "cf0f4a1b8860a1a93557262cbaf9dccfd2654022dcddecdcd19536ef46de3369"
78+
, mac False x86_64 "download/8.0.2/Haskell%20Platform%208.0.2%20Minimal%2064bit-signed.pkg" $ sha256 "8eff7f972a915048e9cbbe0b8377ba771bdef95a3eabbefe1c98559762e27846"
7979
, mac True x86_64 "download/8.0.2/Haskell%20Platform%208.0.2%20Full%2064bit-signed.pkg " $ sha256 "68436aeb0472069ee9055fc16a737af55c2751b65a5dbbc157cc46b7b5bb6701"
8080
, win False i386 "download/8.0.2/HaskellPlatform-8.0.2-minimal-i386-setup.exe" $ sha256 "5be3feaf90977bbe769753c8295cafef40591c8f247808cf6b662ebab2839738"
8181
, win True i386 "download/8.0.2/HaskellPlatform-8.0.2-full-i386-setup.exe" $ sha256 "207ea1dd83bfaf61b74130cc1061b69e9fe5916854564434b4c2f32553027c4f"

website/templates/new-site/download-os-sections.html.mu

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -360,52 +360,73 @@ $ sudo ./install-haskell-platform.sh</pre>
360360

361361
<div id="linux-ubuntu" class="flavor">
362362
<h3>Ubuntu</h3>
363-
<p>Good news! Haskell Platform is already
363+
<p>Haskell Platform is
364364
available in your distribution's package
365-
<a href="http://packages.ubuntu.com/search?keywords=haskell-platform">repository</a>.</p>
365+
<a href="http://packages.ubuntu.com/search?keywords=haskell-platform">repository</a>. Note that distribution-packaged versions are typically behind the current
366+
platform release. If you prefer to use the latest version rather than the
367+
distribution-packaged version,
368+
then you may want to use the generic Linux installer.
369+
</p>
366370
<p>Simply run,</p>
367371
<pre>$ sudo apt-get install haskell-platform</pre>
368372
</div> <!-- #linux-ubuntu -->
369373

370374
<div id="linux-debian" class="flavor">
371375
<h3>Debian</h3>
372-
<p>Good news! Haskell Platform is already
376+
<p>Haskell Platform is already
373377
available in your distribution's package
374-
<a href="https://packages.debian.org/search?keywords=haskell-platform">repository</a>.</p>
378+
<a href="https://packages.debian.org/search?keywords=haskell-platform">repository</a>. Note that distribution-packaged versions are typically behind the current
379+
platform release. If you prefer to use the latest version rather than the
380+
distribution-packaged version,
381+
then you may want to use the generic Linux installer.</p>
375382
<p>Simply run,</p>
376383
<pre>$ sudo apt-get install haskell-platform</pre>
377384
</div> <!-- #linux-debian -->
378385

379386
<div id="linux-mint" class="flavor">
380387
<h3>Linux Mint</h3>
381-
<p>Good news! Haskell Platform is already
388+
<p>Haskell Platform is already
382389
available in your distribution's package
383-
<a href="http://community.linuxmint.com/software/view/haskell-platform">repository</a>.</p>
390+
<a href="http://community.linuxmint.com/software/view/haskell-platform">repository</a>. Note that distribution-packaged versions are typically behind the current
391+
platform release. If you prefer to use the latest version rather than the
392+
distribution-packaged version,
393+
then you may want to use the generic Linux installer.</p>
384394
<p>Simply run,</p>
385395
<pre>$ sudo apt-get install haskell-platform</pre>
386396
</div> <!-- #linux-mint -->
387397

388398
<div id="linux-redhat" class="flavor">
389399
<h3>Redhat</h3>
390-
<p>Good news! Haskell Platform is already available in
391-
your distribution's package repository.</p>
400+
<p>Haskell Platform is already available in
401+
your distribution's package
402+
repository. Note that distribution-packaged versions are typically behind the current
403+
platform release. If you prefer to use the latest version rather than the
404+
distribution-packaged version,
405+
then you may want to use the generic Linux installer.</p>
392406
<p>Simply run,</p>
393407
<pre>$ sudo yum install haskell-platform</pre>
394408
</div> <!-- #linux-redhat -->
395409

396410
<div id="linux-fedora" class="flavor">
397411
<h3>Fedora</h3>
398-
<p>Good news! Haskell Platform is already available in
412+
<p>Haskell Platform is already available in
399413
your distribution's package
400-
<a href="https://admin.fedoraproject.org/pkgdb/package/haskell-platform/">repository</a>.</p>
414+
<a href="https://admin.fedoraproject.org/pkgdb/package/haskell-platform/">repository</a>. Note that distribution-packaged versions are typically behind the current
415+
platform release. If you prefer to use the latest version rather than the
416+
distribution-packaged version,
417+
then you may want to use the generic Linux installer.</p>
401418
<p>Simply run,</p>
402419
<pre>$ sudo dnf install haskell-platform</pre>
403420
</div> <!-- #linux-fedora -->
404421

405422
<div id="linux-gentoo" class="flavor">
406423
<h3>Gentoo</h3>
407-
<p>Good news! Haskell Platform is already
408-
available in your distribution's package repository.</p>
424+
<p>Haskell Platform is already
425+
available in your distribution's
426+
package repository. Note that distribution-packaged versions are typically behind the current
427+
platform release. If you prefer to use the latest version rather than the
428+
distribution-packaged version,
429+
then you may want to use the generic Linux installer.</p>
409430
<p>
410431
While there is a <code>haskell-platform</code> ebuild
411432
included in the main Portage tree,

0 commit comments

Comments
 (0)