summaryrefslogtreecommitdiffhomepage
path: root/scripts/stylish-haskell.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stylish-haskell.sh')
-rwxr-xr-xscripts/stylish-haskell.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/stylish-haskell.sh b/scripts/stylish-haskell.sh
new file mode 100755
index 0000000..a22712e
--- /dev/null
+++ b/scripts/stylish-haskell.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Ported from https://github.com/ndmitchell/hlint/blob/master/misc/travis.sh
+
+curl -sL https://raw.github.com/jaspervdj/stylish-haskell/master/scripts/latest.sh | sh -s -- stylish-haskell $*