installation

Installing Haskell

This article explains how to install the Haskell programming language on Windows/Mac/Linux computers and servers.

Shou Arisaka
1 min read
Nov 10, 2025

This article explains how to install the Haskell programming language on Windows/Mac/Linux computers and servers.

Installing Haskell Platform (Windows/Mac/Linux)

https://www.haskell.org/platform/windows.html#linux-ubuntu

For Ubuntu:

sudo apt-get update ; sudo apt-get install haskell-platform

Share this article

Shou Arisaka Nov 10, 2025

๐Ÿ”— Copy Links