summaryrefslogtreecommitdiffhomepage
path: root/stack.yaml
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-28 12:34:43 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-28 12:38:38 -0400
commitbb9d3ea8598a0b48e9d773df24ff58856cbb9aa0 (patch)
tree50e2f897dca46d3c2c7562e7e54bf59a910bb526 /stack.yaml
parent9ee5de24760beedf4a186fb5a568b2aa69974391 (diff)
downloadkeysafe-bb9d3ea8598a0b48e9d773df24ff58856cbb9aa0.tar.gz
Removed embedded copy of secret-sharing library, since finite-field only supports prime fields.
This caused shares to double in size.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml
index ebf1257..82ac935 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -2,9 +2,10 @@ packages:
- '.'
resolver: lts-6.12
extra-deps:
+ - secret-sharing-1.0.0.3
- dice-entropy-conduit-1.0.0.1
- - finite-field-0.8.0
- polynomial-0.7.2
+ - finite-field-0.8.0
- raaz-0.0.2
- zxcvbn-c-1.0.0
- servant-0.7.1