Search⌘ K

Setting up Haskell

Discover how to set up a full Haskell environment on your local machine using the Haskell Platform. Learn to install GHC, Cabal, and Stack tools and verify your installation with GHCi to start writing Haskell programs effectively.

We'll cover the following...

This lesson is about setting up Haskell on your local machine.

Once you want to write your own programs, independent of the exercises of this course, having a Haskell installation on your own machine is recommended.

The Haskell Platform

The easiest way to install a fully functioning Haskell environment is by ...