diff options
author | EuAndreh <eu@euandre.org> | 2021-06-26 15:55:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-26 15:55:33 -0300 |
commit | fd1aac4e07357779bd89e5696df88e7e6fca43d3 (patch) | |
tree | 9e8201db6b4fbfe8f343a0716ae64220dbd0a109 | |
parent | dependencies.dot: Better list of Toph dependencies (diff) | |
download | package-repository-fd1aac4e07357779bd89e5696df88e7e6fca43d3.tar.gz package-repository-fd1aac4e07357779bd89e5696df88e7e6fca43d3.tar.xz |
dependencies.dot: Add ❌ to Real World Haskell
-rw-r--r-- | dependencies.dot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dependencies.dot b/dependencies.dot index 5f5ae91..bb7f16c 100644 --- a/dependencies.dot +++ b/dependencies.dot @@ -1,6 +1,8 @@ digraph { edge [arrowhead=none] + "Real World Haskell" [label="Real World Haskell ❌"] + fallible [label="fallible 🔶"] AutoQEMU [label="AutoQEMU"] remembering [label="remembering 🔶"] |