Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good, small Haskell compiler for linux?

I have SEVERE space restraints as far as linux goes, since I run linux off a 4GB flash drive. I know GHC is the preferred compiler for Haskell, but the GHC package is 280MB, which is way too big for me. Is there a smaller Haskell compiler for linux that works fine?

like image 676
Rafe Kettler Avatar asked Jul 23 '10 05:07

Rafe Kettler


1 Answers

Use a stripped down version of GHC. The GHC bare bones is about 5M.

like image 180
Don Stewart Avatar answered Oct 31 '22 17:10

Don Stewart