Skip to content

Commit 2a0b6fd

Browse files
committed
update stack.yaml to make it work with stack 2
1 parent 68ee849 commit 2a0b6fd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

stack.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ packages:
1111
- 'solga-router'
1212
- 'solga-client'
1313
- 'solga-client-ghcjs'
14-
- location:
15-
git: https://github.com/bitonic/jsaddle.git
16-
commit: 40b17863a3d4de7346e80937931cc04c8b4b3cd6
17-
subdirs:
18-
- jsaddle
19-
extra-dep: true
2014

2115
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
2216
extra-deps:
@@ -25,6 +19,10 @@ extra-deps:
2519
- ghcjs-dom-jsaddle-0.9.2.0
2620
- jsaddle-dom-0.9.2.0
2721
- ref-tf-0.4.0.1
22+
- git: https://github.com/bitonic/jsaddle.git
23+
commit: 40b17863a3d4de7346e80937931cc04c8b4b3cd6
24+
subdirs:
25+
- jsaddle
2826

2927
# Override default flag values for local packages and extra-deps
3028
flags: {}

0 commit comments

Comments
 (0)