-
Notifications
You must be signed in to change notification settings - Fork 14
/
stack-cnf.yaml
86 lines (75 loc) · 1.83 KB
/
stack-cnf.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
# flags: {}
packages:
- src/lvish/
- src/par-classes/
- src/par-collections/
- src/par-collections/tests/
- src/par-mergesort/
- src/par-transformers/
- deps/ctrie
- deps/concurrent-skiplist/
# Temp: This is on hackage, but the index isn't update yet:
- location:
git: https://github.com/rrnewton/haskell-lockfree.git
commit: 0ea12fc141c6bd4762773a1adc2f005de068369c
subdirs:
- atomic-primops
extra-dep: true
# TODO: Revive:
# - src/lvish-apps/
# - src/lvish-apps/cfa/
# - src/lvish-apps/pbbs/
# - src/lvish-graph-algorithms/
# - archive_old/fhpc13-lvars/
# - archive_old/fhpc13-lvars/benchmarks/bf-traverse-LVar/
# - archive_old/fhpc13-lvars/benchmarks/bf-traverse-monad-par/
# - archive_old/fhpc13-lvars/benchmarks/bf-traverse-Strategies/
# TODO: Add:
# src/par-schedulers
extra-deps:
# - atomic-primops-0.8.0.4
- chaselev-deque-0.5.0.5
- bits-atomic-0.1.3
- thread-local-storage-0.1.0.3
- HUnit-1.3.1.1
- abstract-deque-0.3
- async-2.1.0
- cereal-0.5.1.0
- hashable-1.2.4.0
- lattices-1.5.0
- missing-foreign-0.1.1
- monad-par-0.3.4.7
- mtl-2.2.1
- primitive-0.6.1.0
- random-1.1
- tasty-0.11.0.3
- tasty-hunit-0.9.2
- vector-0.11.0.0
- vector-algorithms-0.7.0.1
- abstract-par-0.3.3
- ansi-terminal-0.6.2.3
- clock-0.7.2
- monad-par-extras-0.3.3
- mwc-random-0.13.4.0
- optparse-applicative-0.12.1.0
- parallel-3.2.1.0
- regex-tdfa-1.2.2
- semigroups-0.18.1
- stm-2.4.4.1
- tagged-0.8.4
- text-1.2.2.1
- unbounded-delays-0.1.0.9
- universe-base-1.0.2.1
- universe-reverse-instances-1.0
- unordered-containers-0.2.7.0
- void-0.7.1
- ansi-wl-pprint-0.6.7.3
- parsec-3.1.9
- regex-base-0.93.2
- transformers-compat-0.5.1.4
- universe-instances-base-1.0
# Expects 8.1.20160412 from a recent GHC-mutable-cnf build:
compiler-check: newer-minor
resolver: ghc-8.1
# Some packages aren't fully GHC 8.0-ready yet:
allow-newer: true