diff options
author | Piotr Szarmanski | 2022-09-27 17:45:02 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2022-09-27 17:45:02 +0200 |
commit | 4ba8c68bb97f6a556f4ab23855e739a06ea32a03 (patch) | |
tree | 747dfc157a60579a785da349d62b5e75e46476eb | |
parent | b89032fbac3dd7895393b1db19fe1155f435948f (diff) |
Add Alexandria as a dependency
-rw-r--r-- | examples/file/eris-file.asd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/file/eris-file.asd b/examples/file/eris-file.asd index c86c956..0de4ca6 100644 --- a/examples/file/eris-file.asd +++ b/examples/file/eris-file.asd @@ -2,7 +2,7 @@ :name "eris-file" :author "mail@ykonai.net" :license "LGPLv3 or later" - :depends-on ("eris") + :depends-on ("eris" "alexandria") :serial t :components ((:file "package") |