-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack-9.2.1.yaml
137 lines (130 loc) · 2.82 KB
/
stack-9.2.1.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
resolver: ghc-9.2.1
compiler: ghc-9.2.1
compiler-check: match-exact
extra-deps:
- Diff-0.4.0
- HUnit-1.6.2.0
- ListLike-4.7.6
- OneTuple-0.3.1
- QuickCheck-2.14.2
- StateVar-1.2.2
- STMonadTrans-0.4.6
- aeson-2.0.2.0
- alex-3.2.6
- ansi-terminal-0.11
- ansi-wl-pprint-0.6.9
- assoc-1.0.2
- async-2.2.4
- attoparsec-0.14.2
- base-compat-0.12.1
- base-compat-batteries-0.12.1
- base-orphans-0.8.6
- bifunctors-5.5.11
- blaze-builder-0.4.2.2
- blaze-html-0.9.1.2
- blaze-markup-0.8.2.8
- boxes-0.1.5
- call-stack-0.4.0
- case-insensitive-1.2.1.0
- clock-0.8.2
- cmdargs-0.10.21
- colour-2.3.6
- comonad-5.0.8
- contravariant-1.5.5
- cpphs-1.20.9.1
- data-default-0.7.1.1
- data-default-class-0.1.2.0
- data-default-instances-containers-0.0.1
- data-default-instances-dlist-0.0.1
- data-default-instances-old-locale-0.0.1
- data-fix-0.3.2
- data-hash-0.2.0.1
- distributive-0.6.2.1
- dlist-1.0
- edit-distance-0.2.2.1
- equivalence-0.3.5
- extensible-exceptions-0.1.1.4
- fail-4.9.0.0
- filemanip-0.3.6.3
- fmlist-0.9.4
- generic-deriving-1.14.1
- gitrev-1.3.1
- happy-1.20.0
- hashable-1.3.5.0
- hashtables-1.2.4.2
- haskell-lexer-1.1
- hostname-1.0
- indexed-traversable-0.1.2
- indexed-traversable-instances-0.1.1
- integer-logarithms-1.0.3.1
- mintty-0.1.2
- monad-control-1.0.3.1
- murmur-hash-0.1.0.10
- network-uri-2.6.4.1
- old-locale-1.0.0.7
- optparse-applicative-0.16.1.0
- parallel-3.2.2.0
- polyparse-1.13
- pretty-show-1.10
- primitive-0.7.3.0
- process-extras-0.7.4
- random-1.2.1
- regex-base-0.94.0.1
- regex-posix-0.96.0.1
- regex-tdfa-1.3.1.1
- safe-0.3.19
- scientific-0.3.7.0
- semialign-1.2.0.1
- semigroupoids-5.3.6
- silently-1.2.5.2
- split-0.2.3.4
- splitmix-0.1.0.4
- strict-0.4.0.1
- tagged-0.8.6.1
- tasty-1.4.2
- tasty-hunit-0.10.0.3
- tasty-quickcheck-0.10.1.2
- tasty-silver-3.3.1
- temporary-1.3
- test-framework-0.8.2.0
- test-framework-hunit-0.3.0.2
- text-icu-0.8.0.1
- text-short-0.1.4
- th-abstraction-0.4.3.0
- th-compat-0.1.3
- these-1.1.1.1
- time-compat-1.9.6.1
- transformers-base-0.4.6
- transformers-compat-0.7.1
- unbounded-delays-0.1.1.1
- unix-compat-0.5.3
- unordered-containers-0.2.15.0
- uri-encode-1.5.0.7
- utf8-string-1.0.2
- uuid-types-1.0.5
- vector-0.12.3.1
- wcwidth-0.0.2
- witherable-0.4.2
- xml-1.3.14
- zlib-0.6.2.3
# Andreas, 2021-11-13:
# Windows needs this instead of time-1.11.*, via unix-compat
- time-1.9.3
# Andreas, 2021-11-13: unix-compat (0.5.3) needs Win32 < 2.12
# See https://github.com/jacobstanley/unix-compat/issues/48
# Andreas, 2021-11-14: haskeline (0.8.2) needs Win32 < 2.10 || >= 2.12
- Win32-2.9.0.0
# Fixup:
- Cabal-3.6.2.0
# "this GHC boot package has been pruned (issue #4510);"
- directory-1.3.7.0
- haskeline-0.8.2
- process-1.6.13.2
- unix-2.7.2.2
flags:
transformers-compat:
five-three: true
# Local packages, usually specified by relative directory name
packages:
- '.'
- 'src/size-solver'