X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-18.git;a=blobdiff_plain;f=advent-of-code.cabal;fp=advent-of-code.cabal;h=68d29fa1d191ccbc574f9c6fc0e0788721a5e73c;hp=dd2f20754ba2f713b5b9c3bd1fa882c22d0b439b;hb=86c404c1f31915fb3ce41a3fc5679cdf001a41b3;hpb=39f66aef92beb2f8b7bd96b2e03d54a98187cfab diff --git a/advent-of-code.cabal b/advent-of-code.cabal index dd2f207..68d29fa 100644 --- a/advent-of-code.cabal +++ b/advent-of-code.cabal @@ -240,3 +240,13 @@ executable advent20 , text , megaparsec , linear + +executable advent21 + hs-source-dirs: src/advent21 + main-is: advent21.hs + default-language: Haskell2010 + build-depends: base >= 4.7 && < 5 + , containers + , mtl + , text + , megaparsec \ No newline at end of file