-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack-8.0.2.yaml
52 lines (49 loc) · 1013 Bytes
/
stack-8.0.2.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
resolver: lts-9.21
compiler: ghc-8.0.2
compiler-check: match-exact
extra-deps:
- Cabal-3.6.3.0
- QuickCheck-2.14.2
- ansi-terminal-0.10.3
- ansi-wl-pprint-0.6.9
- assoc-1.0.2
- async-2.2.1
- base-orphans-0.8.7
- bifunctors-5.5.13
- binary-0.8.3.0
- cabal-doctest-1.0.9
- comonad-5.0.8
- cpphs-1.20.9
- containers-0.5.11.0
- happy-1.20.0
- hashable-1.2.7.0
- indexed-traversable-0.1.2
- optparse-applicative-0.15.1.0
- parallel-3.2.2.0
- parsec-3.1.15.1
- primitive-0.7.2.0
- profunctors-5.2.2
- random-1.2.0
- regex-base-0.94.0.0
- regex-tdfa-1.3.1.0
- scientific-0.3.6.2
- splitmix-0.1.0.3
- strict-0.4.0.1
- tagged-0.8.6.1
- tasty-1.1.0.4
- tasty-silver-3.1.13
- tasty-quickcheck-0.10.1.1
- text-1.2.3.1
- th-abstraction-0.4.5.0
- these-1.1.1.1
- uuid-types-1.0.3
- vector-0.12.3.1
- vector-hashtables-0.1.1.1
- wcwidth-0.0.2
- text-icu-0.8.0.2
# instead of time-1.9, we add time-compat
- time-compat-1.9.2.2
# Local packages, usually specified by relative directory name
packages:
- '.'
- 'src/size-solver'