From 0efbf6471456c95859be434c8ff367cec3261bf3 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Sun, 15 Nov 2015 16:47:30 -0600 Subject: [PATCH] why not platform? --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5460db9..a40e6a3 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ See [the community guidelines](coc.md) to understand the conduct that is expecte Instead of following the instructions on Haskell.org, See [the install instructions](install.md) for how to get GHC & Cabal installed. +## Why not platform? + +https://mail.haskell.org/pipermail/haskell-community/2015-September/000014.html + # How should I learn Haskell? The core recommendation is to read the lectures and complete all exercises/homework for the Spring 13 version of cis194 followed by the NICTA course. Both are linked below. Everything else can be considered optional and is mentioned so you know where to look.