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. --- Control/Concurrent/Sema.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Control/Concurrent/Sema.hs') diff --git a/Control/Concurrent/Sema.hs b/Control/Concurrent/Sema.hs index 202aa65..21d4709 100644 --- a/Control/Concurrent/Sema.hs +++ b/Control/Concurrent/Sema.hs @@ -1,4 +1,4 @@ --- : dep SafeSemaphore +-- | A stupid Semaphore utility thing module Control.Concurrent.Sema ( mapPool, ) -- cgit v1.2.3