git.fiddlerwoaroof.com
Browse code

Specify missing dependency

Ed Langley authored on 31/12/2018 21:52:26
Showing 1 changed files
... ...
@@ -2,8 +2,9 @@
2 2
   :description "Utilities for building data transormations from composable functions, modeled on lenses and transducers"
3 3
   :author "Edward Langley <edward@elangley.org>"
4 4
   :license "MIT"
5
-  :depends-on (cl-ppcre
6
-               alexandria)
5
+  :depends-on (:cl-ppcre
6
+               :alexandria
7
+               :fwoar.lisputils)
7 8
   :serial t
8 9
   :components ((:file "lens")))
9 10