From 379da55a9438ffdbb2f686472cb18fcfb8c1c840 Mon Sep 17 00:00:00 2001 From: Ed Langley Date: Mon, 31 Dec 2018 13:52:26 -0800 Subject: [PATCH] Specify missing dependency --- data-lens.asd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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")))