diff options
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index dd998cb..40b741d 100644 --- a/package.lisp +++ b/package.lisp @@ -1,7 +1,7 @@ ;;;; package.lisp (defpackage #:the-price-of-a-cup-of-coffee - (:use #:cl #:alexandria #:animise) + (:use #:cl #:alexandria #:animise #:trivia) (:nicknames #:pocc)) |