X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=advent-of-code21.cabal;h=50aa71c89d420052fc33990ea3aa059482791652;hb=730858e2d1d3dae06618254ce2386ec7a71f6a35;hp=24e58803d075ecee9c8328f60c96c2a3da885260;hpb=f58e7f281200c53dc809be497decdf511efb5c52;p=advent-of-code-21.git diff --git a/advent-of-code21.cabal b/advent-of-code21.cabal index 24e5880..50aa71c 100644 --- a/advent-of-code21.cabal +++ b/advent-of-code21.cabal @@ -62,7 +62,7 @@ common common-extensions , ViewPatterns common build-directives - build-depends: base ^>=4.14 + build-depends: base >=4.15 default-language: Haskell2010 ghc-options: -O2 -Wall @@ -73,7 +73,7 @@ executable advent-of-code21 main-is: Main.hs -- other-modules: -- other-extensions: - build-depends: base >=4.13 && < 4.15 + build-depends: base >=4.15 -- hs-source-dirs: default-language: Haskell2010 @@ -90,3 +90,7 @@ executable advent02 import: common-extensions, build-directives main-is: advent02/Main.hs build-depends: text, attoparsec + +executable advent03 + import: common-extensions, build-directives + main-is: advent03/Main.hs