Done day 23
[advent-of-code-21.git] / advent-of-code21.cabal
index 8ba8f78320cdbcd8c5aa963576833019d60a76a8..6fd1c0945c4015318cf4e06a3f3d12c75b2c6075 100644 (file)
@@ -43,7 +43,7 @@ common common-extensions
                         , NamedFieldPuns
                         , NegativeLiterals
                         , NumDecimals
-                        , OverloadedLists
+                        -- , OverloadedLists
                         , OverloadedStrings
                         , PartialTypeSignatures
                         , PatternGuards
@@ -216,3 +216,8 @@ executable advent22
   import: common-extensions, build-directives
   main-is: advent22/Main.hs
   build-depends: linear, text, attoparsec, containers, lens
+
+executable advent23
+  import: common-extensions, build-directives
+  main-is: advent23/Main.hs
+  build-depends: containers, linear, pqueue, mtl, lens