-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc-jan-haskell.cabal
88 lines (86 loc) · 2.09 KB
/
doc-jan-haskell.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
cabal-version: 3.0
name: doc-jan-haskell
version: 0.1.0.0
author: mmzk1526
maintainer: [email protected]
build-type: Simple
extra-source-files:
src/Year2016/filmTable.html,
src/Year2016/composerList.html,
src/Year2023/thesaurus.txt,
library
exposed-modules:
Test,
Year2013.Exam,
Year2014.Exam,
Year2015.Exam,
Year2016.Exam,
Year2017.DC,
Year2018.CP,
Year2019.SOL,
Year2019.TestData,
Year2019.Types,
Year2020.Examples,
Year2020.HashFunctions,
Year2020.Tries,
Year2020.Types,
Year2021.Alloc,
Year2021.Examples,
Year2021.Types,
Year2022.Examples,
Year2022.SC,
Year2022.Types,
Year2023.Clues,
Year2023.Examples,
Year2023.Solver,
Year2023.Types,
Year2023.WordData,
build-depends:
base >= 4.17.2 && < 4.18,
containers >= 0.6.7 && < 0.7,
filepath >= 1.4.2 && < 1.5,
mtl >= 2.2.2 && < 2.3,
text >= 2.0.2 && < 2.1,
transformers >= 0.5.6 && < 0.6,
hs-source-dirs: src
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
hs-source-dirs:
src
test
main-is: Spec.hs
other-modules:
Test,
Year2013.Exam,
Year2014.Exam,
Year2015.Exam,
Year2016.Exam,
Year2017.DC,
Year2018.CP,
Year2019.SOL,
Year2019.TestData,
Year2019.Types,
Year2020.Examples,
Year2020.HashFunctions,
Year2020.Tries,
Year2020.Types,
Year2021.Alloc,
Year2021.Examples,
Year2021.Types,
Year2022.Examples,
Year2022.SC,
Year2022.Types,
Year2023.Clues,
Year2023.Examples,
Year2023.Solver,
Year2023.Types,
Year2023.WordData,
build-depends:
base,
containers,
filepath,
mtl,
text,
transformers,
default-language: Haskell2010