forked from iconnect/cabal2stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.yaml
141 lines (141 loc) · 2.83 KB
/
stack.yaml
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
"allow-newer": false
"extra-deps":
- "HsYAML-0.2.1.1"
- "HsYAML-aeson-0.2.0.1"
- "OneTuple-0.3.1"
- "QuickCheck-2.14.2"
- "StateVar-1.2.2"
- "aeson-2.0.3.0"
- "ansi-terminal-0.11.3"
- "ansi-wl-pprint-0.6.9"
- "assoc-1.0.2"
- "attoparsec-0.14.4"
- "base-compat-0.12.1"
- "base-compat-batteries-0.12.1"
- "base-orphans-0.8.6"
- "base16-bytestring-1.0.2.0"
- "bifunctors-5.5.12"
- "cabal-plan-0.7.2.1"
- "colour-2.3.6"
- "comonad-5.0.8"
- "contravariant-1.5.5"
- "data-fix-0.3.2"
- "distributive-0.6.2.1"
- "dlist-1.0"
- "hashable-1.4.0.2"
- "indexed-profunctors-0.1.1"
- "indexed-traversable-0.1.2"
- "indexed-traversable-instances-0.1.1"
- "integer-logarithms-1.0.3.1"
- "optics-0.4.2"
- "optics-core-0.4.1"
- "optics-extra-0.4.2.1"
- "optics-th-0.4.1"
- "optparse-applicative-0.17.0.0"
- "primitive-0.7.4.0"
- "random-1.2.1.1"
- "scientific-0.3.7.0"
- "semialign-1.2.0.1"
- "semigroupoids-5.3.7"
- "splitmix-0.1.0.4"
- "strict-0.4.0.1"
- "tagged-0.8.6.1"
- "text-short-0.1.5"
- "th-abstraction-0.4.3.0"
- "these-1.1.1.1"
- "time-compat-1.9.6.1"
- "transformers-compat-0.7.2"
- "unordered-containers-0.2.19.1"
- "uuid-types-1.0.5"
- "vector-0.12.3.1"
- "witherable-0.4.2"
flags:
HsYAML:
exe: false
QuickCheck:
"old-random": false
templatehaskell: true
aeson:
cffi: false
"ordered-keymap": true
"ansi-terminal":
example: false
"ansi-wl-pprint":
example: false
attoparsec:
developer: false
bifunctors:
semigroups: true
tagged: true
"cabal-plan":
_: false
exe: false
"license-report": false
comonad:
containers: true
distributive: true
"indexed-traversable": true
contravariant:
semigroups: true
statevar: true
tagged: true
distributive:
semigroups: true
tagged: true
dlist:
werror: false
hashable:
containers: true
"integer-gmp": true
"random-initial-seed": false
"integer-logarithms":
"check-bounds": false
"integer-gmp": true
"optics-core":
"explicit-generic-labels": false
"optparse-applicative":
process: true
scientific:
"bytestring-builder": false
"integer-simple": false
semialign:
semigroupoids: true
semigroupoids:
comonad: true
containers: true
contravariant: true
distributive: true
tagged: true
"unordered-containers": true
splitmix:
"optimised-mixer": false
strict:
assoc: true
tagged:
deepseq: true
transformers: true
"text-short":
asserts: false
these:
assoc: true
"time-compat":
"old-locale": false
"transformers-compat":
five: false
"five-three": true
four: false
"generic-deriving": true
mtl: true
three: false
two: false
"unordered-containers":
debug: false
vector:
boundschecks: true
internalchecks: false
unsafechecks: false
wall: false
packages:
- .
resolver: "ghc-9.0.2"
"system-ghc": true