-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaoc-zouppen.cabal
68 lines (65 loc) · 1.37 KB
/
aoc-zouppen.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
cabal-version: 3.4
name: aoc-zouppen
version: 2024.12.18
synopsis: Zouppen's Advent of Code framework
description: Advent of Code framework and solutions by Zouppen for year 2024
category: Code Competitions
license: GPL-3.0-or-later
license-file: LICENSE
author: Joel Lehtonen
maintainer: [email protected]
build-type: Simple
source-repository head
type: git
location: https://github.com/zouppen/aoc-2024.git
common defaults
default-language: Haskell2010
ghc-options: -Wall -O2 -threaded -with-rtsopts=-N
Executable aoc-zouppen-2024
import: defaults
Hs-Source-Dirs: src
Main-Is: Main.hs
other-modules:
Day
Day01
Day02
Day03
Day04
Day05
Day06
Day07
Day08
Day09
Day10
Day11
Day12
Day13
Day14
Day15
Day16
Day17
Day18
Day19
Day20
Day22
AocTools.Everyday
AocTools.Grid
AocTools.GridTools
AocTools.Routing
AocTools.Wastl
Tonttu
Tontut
Build-Depends:
base >= 4.9.0.0 && < 5,
array ^>= 0.5,
attoparsec ^>= 0.14,
aeson ^>= 2.0 || ^>= 2.1,
bytestring ^>= 0.10 || ^>= 0.11,
clock ^>= 0.8.3,
cmdargs ^>= 0.7 || ^>= 0.9 || ^>= 0.10,
containers ^>= 0.6,
deepseq ^>= 1.4,
fgl ^>= 5.7 || ^>= 5.8,
parallel ^>= 3.2,
stm ^>= 2.5.0.0,
text ^>= 1.2 || ^>= 2.0