X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code.cabal;h=0461b7d25a691108dbd70ad36afaf54a1120705c;hb=b81981da235d8d23698766c0716fa23c43f896e3;hp=df61f3efc8e1c523058441e6a538d98b173464a8;hpb=ede09fcfc796bb13edca93d19b9f93ba9842fbcb;p=advent-of-code-18.git diff --git a/advent-of-code.cabal b/advent-of-code.cabal index df61f3e..0461b7d 100644 --- a/advent-of-code.cabal +++ b/advent-of-code.cabal @@ -41,4 +41,14 @@ executable advent03 build-depends: base >= 4.7 && < 5 , text , megaparsec - , containers \ No newline at end of file + , containers + +executable advent04 + hs-source-dirs: src/advent04 + main-is: advent04.hs + default-language: Haskell2010 + build-depends: base >= 4.7 && < 5 + , text + , megaparsec + , time + , containers \ No newline at end of file