diff --git a/src/utils.lisp b/src/utils.lisp index 539e203..363d3ee 100644 --- a/src/utils.lisp +++ b/src/utils.lisp @@ -5,6 +5,8 @@ #:join #:split) (:import-from #:yason) + (:import-from #:serapeum + #:soft-alist-of) (:export #:to-json #:ensure-primary-system @@ -268,7 +270,7 @@ it will output HELLO-WORLD.\" (deftype env-alist-type () - '(serapeum:soft-alist-of allowed-env-name-type string)) + '(soft-alist-of allowed-env-name-type string)) (defun to-env-alist (env)