Build a pretty dependency tree visualizer

This commit is contained in:
2024-09-24 22:14:47 +02:00
parent ad3bba2d1a
commit 5b0a6f1236
3 changed files with 53 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ library
base
, mtl
, bytestring
, text
, template-haskell
executable byg
@@ -39,5 +40,6 @@ executable byg
main-is: src/Main.hs
build-depends:
base
, text
, template-haskell
, byg