aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-16 12:04:23 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-16 19:05:08 -0700
commita2f0f9376e110d6c930b0cd3cf533c7fd3b7b917 (patch)
tree548396a063394fc2d123c29797b22d5fd9b54e6e /consfigurator.asd
parent3df852af414d6972c1fae2bbe5785acd55ea28b6 (diff)
downloadconsfigurator-a2f0f9376e110d6c930b0cd3cf533c7fd3b7b917.tar.gz
consfigurator.asd: sort dependencies
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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")