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=5e334e9bb9dd9f4a6726d5c4512a170e1fa90a1e;hp=78e84a199f18b1e19f41d3363c68d5b3790b57b4;hb=9d58986e29631d3a5fd0b545445093704fb13b14;hpb=40e620e4c9007804fb2a06411f004a45bac3c30b diff --git a/advent-of-code.cabal b/advent-of-code.cabal index 78e84a1..5e334e9 100644 --- a/advent-of-code.cabal +++ b/advent-of-code.cabal @@ -191,4 +191,11 @@ executable advent15 , containers , pqueue - \ No newline at end of file +executable advent16 + hs-source-dirs: src/advent16 + main-is: advent16.hs + default-language: Haskell2010 + build-depends: base >= 4.7 && < 5 + , text + , megaparsec + , containers