aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd10
1 files changed, 5 insertions, 5 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 5ef5681..3371996 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -5,20 +5,20 @@
:licence "GPL-3+"
:serial t
:defsystem-depends-on (#:cffi-grovel)
- :depends-on (#:anaphora
+ :depends-on (#:agnostic-lizard
#:alexandria
+ #:anaphora
#:babel
#:babel-streams
#:bordeaux-threads
- #:cl-ppcre
+ #:cffi
#:cl-heredoc
#:cl-interpol
+ #:cl-ppcre
+ #:closer-mop
#:named-readtables
- #:cffi
#:osicat
(:feature :sbcl (:require #:sb-posix))
- #:closer-mop
- #:agnostic-lizard
#:trivial-backtrace)
:components ((:file "src/package")
(:file "src/reader")