From e550cd1a53a749c72a21197ac355cd79f8e9ea1f Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Mon, 19 May 2014 14:04:13 -0700 Subject: [PATCH] Rolling the windows people in with Mac. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 73985b0..330f72d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Update your mirrorlist Download Haskell - sudo pacman -S cabal-install ghc happy alex haddock -### Mac OS X and other Linux users +### Mac OS X, Windows, and other Linux users Download the latest binary distributions for cabal and ghc: @@ -49,10 +49,6 @@ https://www.haskell.org/cabal/download.html Excellent guide here: http://www.davesquared.net/2014/05/platformless-haskell.html -### Windows - -Either Haskell Platform (if you'll need stuff that compiles in dependencies for things like OpenGL) or the aforementioned binary distribution. - ## Yorgey course - Do this first, this is the primary way I recommend being introduced to Haskell. http://www.seas.upenn.edu/~cis194/lectures.html Brent Yorgey's course is the best I've found so far and replaces both Yann Esposito's HF&H and the NICTA course. This course is particularly valuable as it will not only equip you to write Haskell but also help you understand parser combinators.