Hello! You look nice today. Installing ========== To build and install to ~/.cabal/bin: % cabal install --disable-documentation To build and install somewhere else: % cabal install --prefix=$HOME --disable-documentation Running ======= % tt --help Hacking ======= First, run: % cabal configure Run this to build your changes: % cabal build The executable will be `./dist/build/tt/tt`. What is this Cabal crap? ======================== `cabal` lives in the Debian package 'cabal-install'.