diff options
-rw-r--r-- | stack.yaml | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,10 +1,8 @@ | |||
1 | resolver: lts-13.26 | 1 | resolver: lts-13.26 |
2 | packages: | 2 | packages: |
3 | - '.' | 3 | - '.' |
4 | extra-deps: | ||
4 | # - ../openpgp-util | 5 | # - ../openpgp-util |
5 | - location: | 6 | - git: d@cryptonomic.net:public_git/openpgp-util.git |
6 | git: d@cryptonomic.net:public_git/openpgp-util.git | 7 | commit: bb3a9e181638fa881e2bcd8425f10cfb365533f5 |
7 | commit: bb3a9e181638fa881e2bcd8425f10cfb365533f5 | ||
8 | extra-dep: true | ||
9 | 8 | ||
10 | extra-deps: | ||