summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-01-24 12:50:34 -0500
committerAndrew Cady <d@jerkface.net>2016-01-24 12:50:34 -0500
commit5921fc9e6876536178f903cd5c18be0308af89cf (patch)
tree8099057bdf9a8115a902196a804253a7079c1340 /stack.yaml
parent0a77e9cb30c12a516993013b7ab5f4272bea94f9 (diff)
validate domain names
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
index df9bc13..12e38e9 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -10,6 +10,10 @@ packages:
10 git: git@github.com:afcady/HSOpenSSL.git 10 git: git@github.com:afcady/HSOpenSSL.git
11 commit: 11f5c83fbe44d6c1c496be4cc3017fd925ba26e2 11 commit: 11f5c83fbe44d6c1c496be4cc3017fd925ba26e2
12 extra-dep: true 12 extra-dep: true
13- location:
14 git: git@github.com:afcady/email-validate-hs.git
15 commit: faf9c1bbb2051de314bce4c159d4dbdbc768b629
16 extra-dep: true
13 17
14# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) 18# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
15extra-deps: [] 19extra-deps: []