diff options
Diffstat (limited to 'gemma.asd')
-rw-r--r-- | gemma.asd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gemma.asd b/gemma.asd index eb2968313ddb..a2472a4f14d9 100644 --- a/gemma.asd +++ b/gemma.asd @@ -13,7 +13,10 @@ :version "0.1.0" :author "Vincent Ambo" :license "GPLv3" - :depends-on (alexandria local-time hunchentoot yason) + :depends-on (local-time + hunchentoot + cl-json + cl-prevalence) :components ((:module "src" :components ((:file "gemma")))) |