From 6107f8178e26ada67e5d5ec60501e24528b3db56 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 3 Oct 2023 22:22:45 -0400 Subject: Add rundeps feature to bild This allows me to specify runtime dependencies, not just system or language deps. --- Biz/Lint.hs | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'Biz/Lint.hs') diff --git a/Biz/Lint.hs b/Biz/Lint.hs index 62ddba7..13150cc 100644 --- a/Biz/Lint.hs +++ b/Biz/Lint.hs @@ -5,18 +5,16 @@ {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE NoImplicitPrelude #-} --- : out lint --- --- these are actually runtime deps, but bild doesn't (yet) distinguish between --- rundeps and sysdeps: +-- | Global linter. -- --- : sys ormolu --- : sys hlint --- : sys black --- : sys ruff --- : sys deadnix --- : sys shellcheck --- : sys indent +-- : out lint +-- : run ormolu +-- : run hlint +-- : run black +-- : run ruff +-- : run deadnix +-- : run shellcheck +-- : run indent module Biz.Lint (main) where import Alpha -- cgit v1.2.3