X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-18.git;a=blobdiff_plain;f=advent-of-code.cabal;h=d3cd45cec865363afcce598c231cb49abcfbb726;hp=47dfd898673965efc9fddaa0da549707f4f0db57;hb=230cb62ae502719fff9a31ff858abc354ef42b4e;hpb=942e1bb64b12468703e7f1b5341d6701f101ae7f diff --git a/advent-of-code.cabal b/advent-of-code.cabal index 47dfd89..d3cd45c 100644 --- a/advent-of-code.cabal +++ b/advent-of-code.cabal @@ -270,3 +270,14 @@ executable advent22 build-depends: base >= 4.7 && < 5 , containers , pqueue + +executable advent23 + hs-source-dirs: src/advent23 + main-is: advent23.hs + default-language: Haskell2010 + build-depends: base >= 4.7 && < 5 + , containers + , text + , megaparsec + , linear + , pqueue