summaryrefslogtreecommitdiff
path: root/Biz/Pie.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-07-23 14:28:35 -0400
committerBen Sima <ben@bsima.me>2021-11-26 13:47:37 -0500
commit0264f4a5dc37b16f872e6fa92bd8f1fc1e2b1826 (patch)
treedb66845496f21afe845abaa23546b82be9c8adf0 /Biz/Pie.hs
parent7f311fd420e92b6d90007fdd3b2d843e6e1752c3 (diff)
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.
Diffstat (limited to 'Biz/Pie.hs')
-rw-r--r--Biz/Pie.hs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Biz/Pie.hs b/Biz/Pie.hs
index 15e5949..ff02716 100644
--- a/Biz/Pie.hs
+++ b/Biz/Pie.hs
@@ -34,15 +34,6 @@
-- Bild Metadata:
--
-- : out pie
--- : dep aeson
--- : dep docopt
--- : dep haskeline
--- : dep protolude
--- : dep parsec
--- : dep rainbow
--- : dep tasty
--- : dep tasty-hunit
--- : dep tasty-quickcheck
module Biz.Pie
( main,
)