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