Done day 24
[advent-of-code-22.git] / advent-of-code22.cabal
index 20d4771f790d2179a3586711741648203dcf049c..532085cd133ae57a07666bc22e747c0895ea06aa 100644 (file)
@@ -224,4 +224,8 @@ executable advent23prof
                        -Wall 
                        -threaded 
                        -rtsopts "-with-rtsopts=-N -p -s -hT"
-                       
\ No newline at end of file
+
+executable advent24
+  import: common-extensions, build-directives
+  main-is: advent24/Main.hs
+  build-depends: containers, pqueue, mtl, lens, linear, array