aboutsummaryrefslogtreecommitdiffstats
path: root/stack.yaml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-11-05 22:04:48 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-11-05 22:04:48 +0000
commit4b6d1dbe4d79641d93676a311baa849b659cd12f (patch)
tree1ccee8c24c765b2ae80e8bfeae2d3be06d6db79a /stack.yaml
parent100dfed956847202ff19fec72ae8901331e7a7d6 (diff)
downloadverismith-4b6d1dbe4d79641d93676a311baa849b659cd12f.tar.gz
verismith-4b6d1dbe4d79641d93676a311baa849b659cd12f.zip
Generate random undirected graph
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml
index 2d39e0e..be13c6e 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,4 +1,6 @@
resolver: lts-12.15
packages:
- .
-extra-deps: []
+extra-deps:
+ - graph-generators-0.1.3.0
+ - multiset-0.3.4.1