Day 2 done
This commit is contained in:
12
aoc.cabal
12
aoc.cabal
@ -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
|
||||
|
||||
Reference in New Issue
Block a user