Explorar el Código

Add formerly transitive dependency, cl-ppcre. Thanks Xach!

Brit Butler hace 12 años
padre
commit
3bdcf123a0
Se han modificado 1 ficheros con 7 adiciones y 6 borrados
  1. 7 6
      coleslaw.asd

+ 7 - 6
coleslaw.asd

@@ -5,13 +5,14 @@
5 5
   :license "BSD"
6 6
   :author "Brit Butler <redline6561@gmail.com>"
7 7
   :pathname "src/"
8
-  :depends-on (:closure-template 
9
-               :3bmd 
8
+  :depends-on (:closure-template
9
+               :3bmd
10 10
                :3bmd-ext-code-blocks
11
-               :alexandria 
12
-               :local-time 
13
-               :inferior-shell 
14
-               :cl-fad)
11
+               :alexandria
12
+               :local-time
13
+               :inferior-shell
14
+               :cl-fad
15
+               :cl-ppcre)
15 16
   :serial t
16 17
   :components ((:file "packages")
17 18
                (:file "util")