linuxhaskell

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?


Solution

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