Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.99 KB

Preparation.md

File metadata and controls

29 lines (17 loc) · 1.99 KB

Preparation for the workshop

Please bring your laptop with the following software pre-installed to the workshop.

macOS

If you are on macOS Mojave (10.14) or High Sierra (10.13), please download Haskell for Mac and activate the 14 day trial. Haskell for Mac is an IDE that makes it easy to get started with Haskell. You will receive a full license key at the workshop.

For High Sierra, please use the old version of Haskell for Mac for now.

If you are on a version of macOS older than 10.13, please install the Haskell Platform (8.6.3) package. This provides you with a command line compiler.

Windows

Please install the Haskell Platform (8.6.3). (There is also a 32bit version.) Also, please take not of these additional instructions.

Linux

On Linux, please use the package manager of your Linux distribution as described on the Haskell Platform page. Please install the version including version 8.6.4 or 8.6.3 of GHC (Glasgow Haskell Compiler).

Editor support (optional)

Here are some optional suggestions for improved Haskell support in a variety of editors. You will be able to follow the workshop without installing any of these.