From cee2f5c9609eebf0887c3664372fd40fe4aa408a Mon Sep 17 00:00:00 2001 From: vindarel Date: Thu, 9 Mar 2023 18:17:36 +0100 Subject: [PATCH] add local nickname in ciel-user: routes for easy-routes --- src/packages.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/packages.lisp b/src/packages.lisp index d671447..8cc08fc 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -19,7 +19,9 @@ (:alex :alexandria) (:csv :cl-csv) (:http :dexador) - (:json :shasht))) + (:json :shasht) + + (:routes :easy-routes))) ;TODO: a conflict between Serapeum and generic-cl (uiop:define-package generic-ciel