Scripting Haskell and creating projects with Stack

1 · Shane Mulligan · June 9, 2020, 4 p.m.
How to script with stack How to Script with Stack How to create a stack project How to Build with Stack Write bitrot free code with Haskell Practical Haskell: Bitrot-free Scripts Upgrading haskell 1 2 3 4 5 6 7 8 9 #!/bin/bash export TTY . $HOME/scripts/libraries/bash-library.sh export PATH="$HOME/.local/bin:$(remove_from_path $SCRIPTS)" cabal install Cabal cabal-install cabal update sudo stack upgrade Developing cabal packages https://cabal.readthedocs.io/en/latest/developing-packages.html ...