summaryrefslogtreecommitdiffstats
path: root/quickrun
diff options
context:
space:
mode:
Diffstat (limited to 'quickrun')
-rwxr-xr-xquickrun7
1 files changed, 7 insertions, 0 deletions
diff --git a/quickrun b/quickrun
index 172ae88..f53f1b5 100755
--- a/quickrun
+++ b/quickrun
@@ -3,3 +3,10 @@
# This allows testing changes without recompiling.
runghc -isrc -idist/build/autogen shellcheck.hs "$@"
+
+# Note: with new-build you can
+#
+# % cabal new-run --disable-optimization -- shellcheck "$@"
+#
+# This does build the executable, but as the optimisation is disabled,
+# the build is quite fast.