From a2f0f9376e110d6c930b0cd3cf533c7fd3b7b917 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 16 Mar 2023 12:04:23 -0700 Subject: consfigurator.asd: sort dependencies Signed-off-by: Sean Whitton --- consfigurator.asd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'consfigurator.asd') 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") -- cgit v1.2.3