X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;ds=inline;f=advent-of-code.cabal;h=de95bf64214f51af3ae819c96fb1147428957b20;hb=2d5d9af08576f1faa48347726b6fa4296b363674;hp=a9cf4509d8c9afe390c66efcbb79f32c6cd6c8d2;hpb=7bd53fa28f55dc6264d383deb23090799d21dd0c;p=advent-of-code-17.git diff --git a/advent-of-code.cabal b/advent-of-code.cabal index a9cf450..de95bf6 100644 --- a/advent-of-code.cabal +++ b/advent-of-code.cabal @@ -153,4 +153,16 @@ executable advent15other hs-source-dirs: src/advent15 main-is: advent15other.hs default-language: Haskell2010 - build-depends: base >= 4.7 && < 5 \ No newline at end of file + build-depends: base >= 4.7 && < 5 + +executable advent16 + hs-source-dirs: src/advent16 + main-is: advent16.hs + default-language: Haskell2010 + build-depends: base >= 4.7 && < 5 + , containers + , mtl + , text + , megaparsec + , vector +