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/Devalloc.hs | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'Biz/Devalloc.hs') diff --git a/Biz/Devalloc.hs b/Biz/Devalloc.hs index 9eea33d..b30bac4 100644 --- a/Biz/Devalloc.hs +++ b/Biz/Devalloc.hs @@ -23,34 +23,7 @@ -- Developer allocation -- -- : out devalloc --- : dep acid-state --- : dep clay --- : dep cmark -- : sys cmark --- : dep cmark-lucid --- : dep docopt --- : dep envy --- : dep github --- : dep http-api-data --- : dep ixset --- : dep lucid --- : dep neat-interpolation --- : dep protolude --- : dep rainbow --- : dep req --- : dep safecopy --- : dep servant --- : dep servant-auth --- : dep servant-auth-server --- : dep servant-lucid --- : dep servant-server --- : dep tasty --- : dep tasty-hunit --- : dep tasty-quickcheck --- : dep uuid --- : dep vector --- : dep vector-algorithms --- : dep warp module Biz.Devalloc ( main, test, -- cgit v1.2.3