From: Neil Smith Date: Tue, 3 Dec 2024 15:34:26 +0000 (+0000) Subject: Using GHC2024 X-Git-Url: https://git.njae.me.uk/?a=commitdiff_plain;h=fd9708ff82b0fb80574754c147d8546c75adb3d5;p=advent-of-code-24.git Using GHC2024 --- diff --git a/adventofcode24.cabal b/adventofcode24.cabal index 24bb16f..ecb556c 100644 --- a/adventofcode24.cabal +++ b/adventofcode24.cabal @@ -43,7 +43,7 @@ common common-extensions common build-directives build-depends: base >=4.20 - default-language: GHC2021 + default-language: GHC2024 hs-source-dirs: ., app, src -- other-modules: AoC ghc-options: -O2 @@ -58,7 +58,7 @@ library -- other-extensions: build-depends: base >=4.20 hs-source-dirs: src - default-language: GHC2021 + default-language: GHC2024 executable adventofcode24 import: warnings @@ -70,7 +70,7 @@ executable adventofcode24 adventofcode24 hs-source-dirs: app - default-language: GHC2021 + default-language: GHC2024 executable advent01 import: warnings, common-extensions, build-directives, common-modules