capnp-0.4.0.0: scripts/format.sh
#!/usr/bin/env sh # # Format the whole source tree with stylish-haskell. Skip generated output. set -e cd "$(dirname $0)/.." stylish-haskell -i $(find lib examples cmd tests scripts -name '*.hs' | grep -v /gen/)
#!/usr/bin/env sh # # Format the whole source tree with stylish-haskell. Skip generated output. set -e cd "$(dirname $0)/.." stylish-haskell -i $(find lib examples cmd tests scripts -name '*.hs' | grep -v /gen/)