garnet/aoc.cabal
George Thomas f193b7c359 Initial
2025-12-02 00:32:49 +00:00

16 lines
290 B
Plaintext

cabal-version: 3.0
name: aoc
version: 0.1.0.0
license-file: LICENSE
author: George Thomas
maintainer: georgefsthomas@gmail.com
executable aoc
main-is: Main.hs
hs-source-dirs: app
default-language: GHC2024
ghc-options:
-Wall
build-depends:
base >= 4.14,