packages feed

axel-0.0.5: scripts/format.sh

#!/bin/zsh
for f in {app,src,test}/**/*.hs; do
  hindent "$f"
done