18 lines
433 B
Plaintext
18 lines
433 B
Plaintext
|
cabal-version: 3.4
|
||
|
name: x2024
|
||
|
version: 0.1.0.0
|
||
|
build-type: Simple
|
||
|
extra-doc-files: CHANGELOG.md
|
||
|
|
||
|
common warnings
|
||
|
ghc-options: -Wall
|
||
|
|
||
|
executable x2024
|
||
|
import: warnings
|
||
|
main-is: Main.hs
|
||
|
other-modules: Util, Day1
|
||
|
-- other-extensions:
|
||
|
build-depends: base ^>=4.18.2.1, uu-tc, containers
|
||
|
hs-source-dirs: app
|
||
|
default-language: Haskell2010
|