feat: attempt day 8
This commit is contained in:
parent
d8824fd6bd
commit
8800e9b63e
5 changed files with 1101 additions and 1 deletions
11
aoc25.cabal
11
aoc25.cabal
|
|
@ -67,7 +67,7 @@ executable aoc25
|
|||
-- other-extensions:
|
||||
|
||||
-- Other library packages from which modules are imported.
|
||||
build-depends: base ^>=4.18.2.1,
|
||||
build-depends: base ^>=4.20.2,
|
||||
containers >= 0.6.7
|
||||
|
||||
-- Directories containing source files.
|
||||
|
|
@ -82,3 +82,12 @@ executable day7
|
|||
build-depends: base ^>=4.20.2,
|
||||
containers >= 0.6.7
|
||||
hs-source-dirs: app
|
||||
default-language: GHC2021
|
||||
|
||||
executable day8
|
||||
import: warnings
|
||||
main-is: Day8.hs
|
||||
build-depends: base ^>=4.20.2,
|
||||
containers >= 0.6.7
|
||||
hs-source-dirs: app
|
||||
default-language: GHC2021
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue