ghc@9.10

Glorious Haskell Compiler version 9.10 for compiling Haskell code

brewmacoslinux
Try with needOr install directly
Source

About

Glorious Glasgow Haskell Compilation System

Commands

ghcghcighc-pkghsc2hsrunghc

Examples

Compile a Haskell source file to an executable$ ghc Main.hs -o myprogram
Start an interactive Haskell REPL session$ ghci
Run a Haskell script without explicit compilation$ runghc script.hs