Add cl-interpol
[adventofcode2020.git] / adventofcode2020.asd
index 031f2e812ff385d3ed22af5dc250412ba09356e8..1a39ad7606a0853bd117c34e66d0c354f4841b68 100644 (file)
@@ -7,10 +7,13 @@
   :serial t
   :depends-on (:alexandria
                :arrow-macros
+               :cl-ppcre
+               :cl-utilities
+               :cl-interpol
                :fn
                :fiveam)
   :pathname "src/"
-  :components ((:file "package")
+  :components ((:file "../package")
                (:file "utilities")
                (:file "adventofcode2020"))
   :in-order-to ((test-op (test-op :adventofcode2020/test))))