aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-21 20:43:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-22 08:55:19 -0700
commit49c7bb8b4ce3b7c1f2993b5cc7b757cb716b25ae (patch)
tree84a3973af3f6a662feec93eba5574be5b0d949cd /consfigurator.asd
parent8f5b4d1c4417cb96859c51ddef1f26b61c553328 (diff)
downloadconsfigurator-49c7bb8b4ce3b7c1f2993b5cc7b757cb716b25ae.tar.gz
move combinators to their own file to avoid dependency loop
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd1
1 files changed, 1 insertions, 0 deletions
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")