X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-18.git;a=blobdiff_plain;f=advent-of-code.cabal;h=587e98c178561d288ad527535366ebed5992990f;hp=d738ec7d26c271176ac2bcc723d984a20ba4fd6f;hb=f6a9e3c532bad81bab7aa5dc378fc78cb3e3c8c7;hpb=6f3df090da6984a5d0ef26380ac22308a4cc6428 diff --git a/advent-of-code.cabal b/advent-of-code.cabal index d738ec7..587e98c 100644 --- a/advent-of-code.cabal +++ b/advent-of-code.cabal @@ -75,4 +75,12 @@ executable advent07 build-depends: base >= 4.7 && < 5 , text , megaparsec - , containers \ No newline at end of file + , containers + +executable advent08 + hs-source-dirs: src/advent08 + main-is: advent08.hs + default-language: Haskell2010 + build-depends: base >= 4.7 && < 5 + , text + , megaparsec \ No newline at end of file