diff options
author | Ben Sima <ben@bsima.me> | 2021-01-15 14:04:04 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-15 14:19:24 -0500 |
commit | 25c02fbf517888238097cf82879eef3cd3828626 (patch) | |
tree | 674564063f60b685b9016b5e057e967b217654c9 /Biz/Bild/ShellHook.sh | |
parent | a15109d3679f6b0c411a6755448e636464b37def (diff) |
Port lint to Haskell
Diffstat (limited to 'Biz/Bild/ShellHook.sh')
-rw-r--r-- | Biz/Bild/ShellHook.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Biz/Bild/ShellHook.sh b/Biz/Bild/ShellHook.sh index f545e27..05707dc 100644 --- a/Biz/Bild/ShellHook.sh +++ b/Biz/Bild/ShellHook.sh @@ -33,7 +33,9 @@ function deps() { alias ghci="ghci -i$BIZ_ROOT -ghci-script $BIZ_ROOT/.ghci" -alias lint=$BIZ_ROOT/Biz/Lint.py +function lint { + runghc Biz.Lint $@ +} function pie() { runghc Biz.Pie $@ |