Haskell Guide for Beginners
General Haskell Setup: - Emacs (Editor): https://www.gnu.org/software/emacs/ - haskell-mode (Extension for Emacs): https://github.com/haskell/haskell-mode - GHC (Haskell Compiler): https://www.haskell.org/ghc/ - My dotfiles: https://github.com/rexim/dotfiles Installation - I've used ghcup to install haskell. It provides most of the thing altogether such as (HLS, GHC, cabal, and stack). Also, it provide version upgrade utility using the command ($ghcup tui) - You Refer to the URL for installation ( https://www.haskell.org/ghcup/) - The installation directory for ghcup is ~/.ghcup - The installation directory for ghc is ~/.ghc which is linked to ~/.ghcup/bin and ~/.ghcup/ghc Emacs Editor | haskell-mode - You need to install the extension named "...