Why doesn't part 2 work?

This commit is contained in:
2025-12-01 08:34:06 +01:00
parent 1ff5cb8d55
commit 4cd107bf22
3 changed files with 4719 additions and 13 deletions

View File

@ -20,7 +20,7 @@ executable 1
main-is: 1.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.2.1
build-depends: base ^>=4.21.0.0
hs-source-dirs: app
default-language: GHC2021
@ -29,7 +29,7 @@ executable 2
main-is: 2.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.2.1
build-depends: base ^>=4.21.0.0
hs-source-dirs: app
default-language: GHC2021
executable 3
@ -37,7 +37,7 @@ executable 3
main-is: 3.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.2.1
build-depends: base ^>=4.21.0.0
hs-source-dirs: app
default-language: GHC2021
executable 4
@ -45,7 +45,7 @@ executable 4
main-is: 4.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.2.1
build-depends: base ^>=4.21.0.0
hs-source-dirs: app
default-language: GHC2021
executable 5
@ -53,7 +53,7 @@ executable 5
main-is: 5.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.2.1
build-depends: base ^>=4.21.0.0
hs-source-dirs: app
default-language: GHC2021
executable 6
@ -61,7 +61,7 @@ executable 6
main-is: 6.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.2.1
build-depends: base ^>=4.21.0.0
hs-source-dirs: app
default-language: GHC2021
executable 7
@ -69,7 +69,7 @@ executable 7
main-is: 7.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.2.1
build-depends: base ^>=4.21.0.0
hs-source-dirs: app
default-language: GHC2021
executable 8
@ -77,7 +77,7 @@ executable 8
main-is: 8.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.2.1
build-depends: base ^>=4.21.0.0
hs-source-dirs: app
default-language: GHC2021
executable 9
@ -85,7 +85,7 @@ executable 9
main-is: 9.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.2.1
build-depends: base ^>=4.21.0.0
hs-source-dirs: app
default-language: GHC2021
executable 10
@ -93,7 +93,7 @@ executable 10
main-is: 10.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.2.1
build-depends: base ^>=4.21.0.0
hs-source-dirs: app
default-language: GHC2021
executable 11
@ -101,7 +101,7 @@ executable 11
main-is: 11.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.2.1
build-depends: base ^>=4.21.0.0
hs-source-dirs: app
default-language: GHC2021
executable 12
@ -109,6 +109,6 @@ executable 12
main-is: 12.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.18.2.1
build-depends: base ^>=4.21.0.0
hs-source-dirs: app
default-language: GHC2021