21 lines
481 B
Plaintext
21 lines
481 B
Plaintext
|
cabal-version: 3.0
|
||
|
name: kalmennAOC2024
|
||
|
version: 0.1.0.0
|
||
|
license: MIT
|
||
|
license-file: LICENSE
|
||
|
author: kalmenn
|
||
|
maintainer: kale@kalmenn.fr
|
||
|
category: Challenge
|
||
|
build-type: Simple
|
||
|
extra-doc-files: CHANGELOG.md
|
||
|
|
||
|
common warnings
|
||
|
ghc-options: -Wall
|
||
|
|
||
|
executable day1
|
||
|
import: warnings
|
||
|
main-is: Main.hs
|
||
|
build-depends: base ^>=4.18.2.1
|
||
|
hs-source-dirs: day1
|
||
|
default-language: Haskell2010
|