Trying to get part 1 working with a Map, not a Matrix
[advent-of-code-19.git] / advent24 / package.yaml
index 05eba4ab612b434eda6d9b3efb1180788f51d752..5f8e76f85acb50df0e2c7ed4c0fb1ada170a2524 100644 (file)
@@ -64,6 +64,30 @@ executables:
     - adjunctions
     - distributive
 
+  advent24map:
+    main: advent24map.hs
+    source-dirs: src
+    dependencies:
+    - base >= 2 && < 6
+    - finite-typelits
+    - containers
+    - mtl
+    - comonad
+    - adjunctions
+    - distributive
+
+  # advent24zip:
+  #   main: advent24zip.hs
+  #   source-dirs: src
+  #   dependencies:
+  #   - base >= 2 && < 6
+  #   - finite-typelits
+  #   - containers
+  #   - mtl
+  #   - comonad
+  #   - adjunctions
+  #   - distributive
+
   advent24v:
     main: advent24v.hs
     source-dirs: src