diff options
author | EuAndreh <eu@euandre.org> | 2021-03-09 13:51:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-09 13:51:59 -0300 |
commit | 97e26b4c49cc917479cc3d42304b03fb2730d2f0 (patch) | |
tree | 5368e38648eb81fb93721850c8932e43870ea75a /dependencies.dot | |
parent | ci-build.sh: Publish CI logs even when "dev-check" fails (diff) | |
download | package-repository-97e26b4c49cc917479cc3d42304b03fb2730d2f0.tar.gz package-repository-97e26b4c49cc917479cc3d42304b03fb2730d2f0.tar.xz |
dependencies.dot: Add cl-fun
Diffstat (limited to 'dependencies.dot')
-rw-r--r-- | dependencies.dot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dependencies.dot b/dependencies.dot index f43e84d..70c000d 100644 --- a/dependencies.dot +++ b/dependencies.dot @@ -13,6 +13,7 @@ digraph { /* labels end, edges begin */ BYOPDS -> Cement + BYOPDS -> "cl-fun" BYOPDS -> "guile-pds" "guile-pds" -> "guile-quickcheck" |