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/Que/Host.hs | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'Biz/Que/Host.hs') diff --git a/Biz/Que/Host.hs b/Biz/Que/Host.hs index fda9835..40ee1a5 100644 --- a/Biz/Que/Host.hs +++ b/Biz/Que/Host.hs @@ -13,19 +13,6 @@ -- - sorta: and -- -- : out que-server --- --- : dep async --- : dep docopt --- : dep envy --- : dep protolude --- : dep rainbow --- : dep scotty --- : dep stm --- : dep tasty --- : dep tasty-hunit --- : dep tasty-quickcheck --- : dep unagi-chan --- : dep unordered-containers module Biz.Que.Host ( main, ) -- cgit v1.2.3