Files
aoc2025/aoc.cabal
2025-12-02 10:05:40 +01:00

127 lines
3.2 KiB
Plaintext

cabal-version: 3.4
name: aoc2025
version: 0.1.0.0
-- synopsis:
-- description:
license: AGPL-3.0-or-later
license-file: LICENSE
author: Nor Führ
maintainer: nor@acorneroftheweb.com
-- copyright:
build-type: Simple
extra-doc-files: CHANGELOG.md
-- extra-source-files:
common warnings
ghc-options: -Wall
executable 1
import: warnings
main-is: 1.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 2
import: warnings
main-is: 2.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 3
import: warnings
main-is: 3.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 4
import: warnings
main-is: 4.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 5
import: warnings
main-is: 5.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 6
import: warnings
main-is: 6.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 7
import: warnings
main-is: 7.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 8
import: warnings
main-is: 8.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 9
import: warnings
main-is: 9.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 10
import: warnings
main-is: 10.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 11
import: warnings
main-is: 11.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021
executable 12
import: warnings
main-is: 12.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.21.0.0
, text
hs-source-dirs: app
default-language: GHC2021