Redone day 7 with the Graphite graph library
[advent-of-code-20.git] / advent07 / package.yaml
index 88422cffb4d963a43deadf39df17e876fe057e12..75a8507cc0dc9f378fed799c877758aa6998e557 100644 (file)
@@ -58,4 +58,14 @@ executables:
     - base >= 2 && < 6
     - text
     - attoparsec
-    - containers
\ No newline at end of file
+    - containers
+  
+  advent07graph:
+    main: advent07graph.hs
+    source-dirs: src
+    dependencies:
+    - base >= 2 && < 6
+    - text
+    - attoparsec
+    - containers
+    - graphite