From 0264f4a5dc37b16f872e6fa92bd8f1fc1e2b1826 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 23 Jul 2021 14:28:35 -0400 Subject: Automatically detect Haskell dependencies This parses the files contents for imports, then uses ghc-pkg to lookup the package that provides the module. Now I can do that analysis in Haskell instead of nix, which is much easier to code with. --- Biz/Lint.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Biz/Lint.hs') diff --git a/Biz/Lint.hs b/Biz/Lint.hs index 3039b72..38c7403 100644 --- a/Biz/Lint.hs +++ b/Biz/Lint.hs @@ -5,8 +5,6 @@ {-# LANGUAGE NoImplicitPrelude #-} -- : out lint --- : dep rainbow --- : dep regex-applicative module Biz.Lint (main) where import Alpha -- cgit v1.2.3