16 lines
396 B
Text
16 lines
396 B
Text
cabal-version: 3.0
|
|
name: aoc2023
|
|
version: 0.1.0.0
|
|
build-type: Simple
|
|
|
|
executable day14
|
|
ghc-options: -Wall -O2
|
|
main-is: day14.hs
|
|
-- other-modules:
|
|
-- other-extensions:
|
|
build-depends:
|
|
base ^>= 4.17.2.0,
|
|
containers ^>= 0.6.7,
|
|
array ^>= 0.5.4.0
|
|
hs-source-dirs: .
|
|
default-language: GHC2021
|