summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-07-01 16:45:08 -0400
committerAndrew Cady <d@jerkface.net>2019-07-01 16:45:29 -0400
commit1b5ba4e8b95f10f3525623cd4593cbcdd56fda58 (patch)
treecfdb062d4763f0f7a590fa58aaed5c01f575e828
parent706acef0d7d674ad229e00fc844c8aaf836dec91 (diff)
move dependencies to globally-accessible location
-rw-r--r--stack.yaml19
1 files changed, 16 insertions, 3 deletions
diff --git a/stack.yaml b/stack.yaml
index 0f966379..5c4b6c99 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,9 +1,22 @@
1resolver: lts-13.26 1resolver: lts-13.26
2packages: 2packages:
3- '.' 3- '.'
4- '../sensible-directory' 4# - ../sensible-directory
5- '../bencoding' 5- location:
6- '../base32-bytestring' 6 git: d@cryptonomic.net:public_git/sensible-directory.git
7 commit: 2ab5ea9a2afe081f5f99f9b6672ac154796ced40
8 extra-dep: true
9# - ../bencoding
10- location:
11 git: d@cryptonomic.net:public_git/bencoding.git
12 commit: 59c47a9099a9fd8f9e7faed2e0f4dba34cf2cdac
13 extra-dep: true
14# - ../base32-bytestring
15- location:
16 git: d@cryptonomic.net:public_git/base32-bytestring.git
17 commit: 119f0e5fede64007be968bb038f562099a87267f
18 extra-dep: true
19
7flags: {} 20flags: {}
8extra-package-dbs: [] 21extra-package-dbs: []
9extra-deps: 22extra-deps: