This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
stack.yaml
47 lines (38 loc) · 1.79 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
resolver: lts-15.15 # Match unison exactly
allow-newer: true # See Unison's stack.yaml
extra-deps:
######################################################################
# Copy/paste from the current version of unison exactly:
- github: unisonweb/configurator
commit: e47e9e9fe1f576f8c835183b9def52d73c01327a
- github: unisonweb/haskeline
commit: 2944b11d19ee034c48276edc991736105c9d6143
- github: unisonweb/megaparsec
commit: c4463124c578e8d1074c04518779b5ce5957af6b
- base16-0.2.1.0@sha256:62e9abde29287913a775ec658b62ecba20270b9e1ac0a008e6acb4616b79a22d,2183
- concurrent-supply-0.1.8@sha256:9373f4868ad28936a7b93781b214ef4afdeacf377ef4ac729583073491c9f9fb,1627
- guid-0.1.0@sha256:a7c975be473f6f142d5cc1b39bc807a99043d20b1bb0873fdfe7a3ce84d2faf1,1078
- prelude-extras-0.4.0.3@sha256:1c10b0123ea13a6423d74a8fcbaeb2d5249b472588abde418a36b47b7c4f48c8,1163
- sandi-0.5@sha256:b278d072ca717706ea38f9bd646e023f7f2576a778fb43565b434f93638849aa,3010
- strings-1.1@sha256:0285dec4c8ab262359342b3e5ef1eb567074669461b9b38404f1cb870c881c5c,1617
######################################################################
# Additional extra-deps for this repo:
- git: [email protected]:unisonweb/unison.git
commit: '0d58b02976c6aa3f840323652d33de0ad83077c4'
subdirs:
- yaks/easytest
- parser-typechecker
- unison-core
# The latest
- git: [email protected]:pkamenarsky/concur-replica
commit: '0bcf622fce055be4cdc3793ef73a16e227384817'
# The latest:
- git: [email protected]:pkamenarsky/replica
commit: 'db4af3572705bb20222fff1203a1eea3ca5cd542'
# From concur-replica's stack.yaml. Jun 26, 2019
- git: [email protected]:ajnsit/concur
commit: '6c6bcc07b2688182945b28f154a013eee3f624c5'
subdirs:
- concur-core
- relude-0.7.0.0
- json-0.10@sha256:d9fc6b07ce92b8894825a17d2cf14799856767eb30c8bf55962baa579207d799,3210