X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code.cabal;fp=advent-of-code.cabal;h=7a9d811a6619a6fbfd2dc7f6e9f02c079689c0c6;hb=4b69139ad3c866105f1bd717bebfa7ea9fed1c29;hp=3e787cfedd7ad617791eeabb90b11215f37d6978;hpb=c94e9a48c6130661b2891ca56381d11bab681afd;p=advent-of-code-18.git diff --git a/advent-of-code.cabal b/advent-of-code.cabal index 3e787cf..7a9d811 100644 --- a/advent-of-code.cabal +++ b/advent-of-code.cabal @@ -226,4 +226,15 @@ executable advent19 , containers , mtl , text - , megaparsec \ No newline at end of file + , megaparsec + +executable advent20 + hs-source-dirs: src/advent20 + main-is: advent20.hs + default-language: Haskell2010 + build-depends: base >= 4.7 && < 5 + , containers + , mtl + , text + , megaparsec + , linear