From 49c7bb8b4ce3b7c1f2993b5cc7b757cb716b25ae Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 21 Mar 2021 20:43:17 -0700 Subject: move combinators to their own file to avoid dependency loop Signed-off-by: Sean Whitton --- consfigurator.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'consfigurator.asd') diff --git a/consfigurator.asd b/consfigurator.asd index d73c8e6..d8cd9c5 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -20,6 +20,7 @@ (:file "src/property") (:file "src/propspec") (:file "src/host") + (:file "src/combinator") (:file "src/deployment") (:file "src/connection/local") (:file "src/data") -- cgit v1.2.3