Skip to content

Instantly share code, notes, and snippets.

@gwax
Last active January 16, 2018 19:38
Show Gist options
  • Save gwax/6f911832ab6c0b6d3dc5a956a1381699 to your computer and use it in GitHub Desktop.
Save gwax/6f911832ab6c0b6d3dc5a956a1381699 to your computer and use it in GitHub Desktop.
Haskell on OSX
brew cask install haskell-platform
echo 'export PATH="$PATH/Library/Haskell/bin:$PATH"' >> ~/.bash_profile
cabal update
cabal install -j8 happy
cabal install -j8 stylish-haskell
cabal install -j8 hlint
cabal install -j8 hsdev hasktags
cabal install -j8 ghc-mod
# Sublime: install SublimeHaskell package
# VS Code: install "Haskell ghc-mod", "Haskell Syntax Highlighting", "haskell-linter", "stylish-haskell" extensions
# Atom: install autocomplete-haskell, haskell-ghc-mod, ide-haskell, language-haskell packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment