A simple todo list application.
Load and interpret the Haskell code base using GHCi:
$ scripts/ghci.sh
Build the todo
binary and use it in a temporary shell, with Bash completion
enabled:
$ nix-shell default.nix -A shell
Format and lint the Haskell source code:
$ scripts/format.sh
$ scripts/lint.sh