aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-13 00:16:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-13 00:16:05 -0700
commit0b70518c5b4c94695343c64917d16325db18d6e0 (patch)
tree0fc365b72881d971679227dd6e018ae04c0461cf /consfigurator.asd
parent102dd9bb2640b484d58e49ca320a03ad3ef68ece (diff)
downloadconsfigurator-0b70518c5b4c94695343c64917d16325db18d6e0.tar.gz
depend on cl-interpol
We are going to want it when writing properties. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index dea5e30..08db699 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,7 +1,8 @@
(asdf:defsystem :consfigurator
:serial t
:depends-on (#:cl-ppcre
- #:alexandria)
+ #:alexandria
+ #:cl-interpol)
:components ((:file "package")
(:file "util")
(:file "core")