summaryrefslogtreecommitdiffhomepage
path: root/stack.yaml
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2020-02-14 13:12:26 -0400
committerJoey Hess <joeyh@joeyh.name>2020-02-14 13:12:34 -0400
commitd083843a1f668cf1081b3fd90e390c36698ac604 (patch)
tree61ee7d13191f8a8ca11f86c823b2427179510463 /stack.yaml
parent35e03f947c8c0a15f18229b8d5c6f822b88df94c (diff)
downloadkeysafe-d083843a1f668cf1081b3fd90e390c36698ac604.tar.gz
updated many dependencies, ghc 8.x
Updated many dependencies, notably secret-sharing which dropped the dep on polynomial, and so allows building with ghc 8.x. Did not try to support building with older ghc because the semigroup-monid transition would make it nontrivial. Stackage lts-14.25 is a compromise, since the stack shipped in debian (even unstable) is not able to handle newer ones. This commit was sponsored by Eric Drechsel on Patreon.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml15
1 files changed, 8 insertions, 7 deletions
diff --git a/stack.yaml b/stack.yaml
index 40bb22c..986f8b0 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,12 +1,13 @@
packages:
- '.'
-resolver: lts-9.21
+resolver: lts-13.29
extra-deps:
-- argon2-1.3.0.0
-- secret-sharing-1.0.0.3
-- dice-entropy-conduit-1.0.0.1
-- polynomial-0.7.3
-- finite-field-0.8.0
-- text-short-0.1.2
+- argon2-1.3.0.1
+- bloomfilter-2.0.1.0
+- raaz-0.2.1
+- readline-1.0.3.0
+- secret-sharing-1.0.1.0
- zxcvbn-c-1.0.1
+- dice-entropy-conduit-1.0.0.1
+- finite-field-0.9.0
explicit-setup-deps: