From fd9708ff82b0fb80574754c147d8546c75adb3d5 Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Tue, 3 Dec 2024 15:34:26 +0000 Subject: [PATCH] Using GHC2024 --- adventofcode24.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1