From 727f2cbc5feb3cdd30df3c78f39ba4a58e6c4832 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 20 Sep 2021 20:41:31 +0200 Subject: simple parsing of local dependency paths --- lib/LintWriter.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/LintWriter.hs') diff --git a/lib/LintWriter.hs b/lib/LintWriter.hs index 120a0f5..dd5ae7d 100644 --- a/lib/LintWriter.hs +++ b/lib/LintWriter.hs @@ -64,6 +64,7 @@ lint level = tell . (: []) . hint level dependsOn :: Dep -> LintWriter () dependsOn dep = tell . (: []) $ Depends dep + warn = lint Warning info = lint Info forbid = lint Forbidden -- cgit v1.2.3