Skip to content

Commit

Permalink
Add dependency on serapeum.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Mar 2, 2024
1 parent 60a197e commit 0e693f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#:join
#:split)
(:import-from #:yason)
(:import-from #:serapeum
#:soft-alist-of)
(:export
#:to-json
#:ensure-primary-system
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 0e693f2

Please sign in to comment.