diff --git a/data-lens.asd b/data-lens.asd index a595122..f153aae 100644 --- a/data-lens.asd +++ b/data-lens.asd @@ -2,8 +2,9 @@ :description "Utilities for building data transormations from composable functions, modeled on lenses and transducers" :author "Edward Langley " :license "MIT" - :depends-on (cl-ppcre - alexandria) + :depends-on (:cl-ppcre + :alexandria + :fwoar.lisputils) :serial t :components ((:file "lens")))