aboutsummaryrefslogtreecommitdiff
path: root/lazybones.asd
diff options
context:
space:
mode:
Diffstat (limited to 'lazybones.asd')
-rw-r--r--lazybones.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazybones.asd b/lazybones.asd
index 389dafd..3be3d94 100644
--- a/lazybones.asd
+++ b/lazybones.asd
@@ -6,6 +6,6 @@
:license "AGPLv3"
:version "0.2.0"
:serial t
- :depends-on (#:hunchentoot #:alexandria #:str)
+ :depends-on (#:hunchentoot #:alexandria #:str #:cl-ppcre)
:components ((:file "package")
(:file "lazybones")))