summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-01-25 22:40:54 -0500
committerAndrew Cady <d@jerkface.net>2016-01-25 22:42:23 -0500
commitd54ff778995b369ead6b708d9b6ee8bff31d366d (patch)
treed8457b095a026c41390d76710c0a3be8c9f4cc4b /stack.yaml
parent3fc632688205e46295803460b5e652751c803d59 (diff)
generate DH params; use PEM for final output
this needs to be made optional and the DH params should be cached, because generating them is very slow.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml
index 3766a07..d69a7ef 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -8,7 +8,7 @@ packages:
8- '.' 8- '.'
9- location: 9- location:
10 git: git@github.com:afcady/HSOpenSSL.git 10 git: git@github.com:afcady/HSOpenSSL.git
11 commit: 11f5c83fbe44d6c1c496be4cc3017fd925ba26e2 11 commit: 90679fb0e20514f915c90c0e27774867a30915df
12 extra-dep: true 12 extra-dep: true
13- location: 13- location:
14 git: git@github.com:afcady/email-validate-hs.git 14 git: git@github.com:afcady/email-validate-hs.git