dejafu/style.sh
2018-02-16 20:04:54 +00:00

6 lines
163 B
Bash
Executable File

#!/usr/bin/env bash
for package in concurrency dejafu hunit-dejafu tasty-dejafu dejafu-tests; do
find $package -name '*.hs' -exec stylish-haskell -i {} \;
done