Pedro Ivan Lopez
Résumé Projects Tech notes Blog Writings Other About

Haskell installation

First published: May 10, 2019 • Last updated: May 10, 2019
Back to tech notes index

  • Installation
    • Fedora/Linux

Installation

Fedora/Linux

  • https://docs.haskellstack.org/en/stable/install_and_upgrade/#fedora
  • https://docs.haskellstack.org/en/stable/install_and_upgrade/#linux

Installation script will try to run with sudo, so stack is installed system wide.

Then on your project folders, install packages with stack run as a normal non-priviledged user.

user00@host00$ cd /path/to/project/dir
user00@host00$ stack install <package_name>
<package install to HOME/.stack/...>

Back to tech notes index

  • lopezpdvn@github.com lopezpdvn
  • lopezpdvn@twitter lopezpdvn
  • PedroIvanLopez@linkedin PedroIvanLopez
  • Email Posts via RSS
  • Email Email
Creative Commons License
Except where otherwise noted, content on this site by Pedro Ivan Lopez is licensed under a CC-BY-NC-ND 4.0 international license.

Send anonymous feedback