Add formerly transitive dependency, cl-ppcre. Thanks Xach!
This commit is contained in:
parent
65933f731f
commit
3bdcf123a0
1 changed files with 7 additions and 6 deletions
13
coleslaw.asd
13
coleslaw.asd
|
@ -5,13 +5,14 @@
|
|||
:license "BSD"
|
||||
:author "Brit Butler <redline6561@gmail.com>"
|
||||
:pathname "src/"
|
||||
:depends-on (:closure-template
|
||||
:3bmd
|
||||
:depends-on (:closure-template
|
||||
:3bmd
|
||||
:3bmd-ext-code-blocks
|
||||
:alexandria
|
||||
:local-time
|
||||
:inferior-shell
|
||||
:cl-fad)
|
||||
:alexandria
|
||||
:local-time
|
||||
:inferior-shell
|
||||
:cl-fad
|
||||
:cl-ppcre)
|
||||
:serial t
|
||||
:components ((:file "packages")
|
||||
(:file "util")
|
||||
|
|
Loading…
Add table
Reference in a new issue