Haskell Development Tools

February 23, 2017 · View on GitHub

| English | Русский |

Required software:

  1. Compilers: Haskell Platform which includes GHC (Glasgow Haskell Compiler), GHCi(interpreter), Cabal (build system), Stack (tool for developing projects).
  2. Linters: HLint, ghc-mod.
  3. VCS - Version Control System - GitHub, Git, GUI, Darks.

Optional tools:

  1. IDE - Integrated development environment: Leksah, Brackets, Atom
  2. CI - Continuous Integration - TravisCI