Day 2 done

This commit is contained in:
2025-12-02 10:05:40 +01:00
parent 02ee5cb935
commit e1f560a226
3 changed files with 45 additions and 2 deletions

View File

@ -21,6 +21,7 @@ executable 1
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
@ -30,6 +31,7 @@ executable 2
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 3
@ -38,6 +40,7 @@ executable 3
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 4
@ -46,6 +49,7 @@ executable 4
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 5
@ -54,6 +58,7 @@ executable 5
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 6
@ -62,6 +67,7 @@ executable 6
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 7
@ -70,6 +76,7 @@ executable 7
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 8
@ -78,6 +85,7 @@ executable 8
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 9
@ -86,6 +94,7 @@ executable 9
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 10
@ -94,6 +103,7 @@ executable 10
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 11
@ -102,6 +112,7 @@ executable 11
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 12
@ -110,5 +121,6 @@ executable 12
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021