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"
|
:license "BSD"
|
||||||
:author "Brit Butler <redline6561@gmail.com>"
|
:author "Brit Butler <redline6561@gmail.com>"
|
||||||
:pathname "src/"
|
:pathname "src/"
|
||||||
:depends-on (:closure-template
|
:depends-on (:closure-template
|
||||||
:3bmd
|
:3bmd
|
||||||
:3bmd-ext-code-blocks
|
:3bmd-ext-code-blocks
|
||||||
:alexandria
|
:alexandria
|
||||||
:local-time
|
:local-time
|
||||||
:inferior-shell
|
:inferior-shell
|
||||||
:cl-fad)
|
:cl-fad
|
||||||
|
:cl-ppcre)
|
||||||
:serial t
|
:serial t
|
||||||
:components ((:file "packages")
|
:components ((:file "packages")
|
||||||
(:file "util")
|
(:file "util")
|
||||||
|
|
Loading…
Add table
Reference in a new issue