diff options
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package.lisp b/package.lisp index c24492c..0335b3d 100644 --- a/package.lisp +++ b/package.lisp @@ -1,8 +1,12 @@ ;;;; package.lisp (defpackage #:vampire - (:use #:cl #:clog) - (:local-nicknames (#:zippy #:org.shirakumo.zippy )) + (:use #:cl) + (:local-nicknames + (#:db #:bknr.datastore) + (#:wknd #:weekend) + (#:a #:alexandria-2) + (#:zippy #:org.shirakumo.zippy )) (:import-from #:bknr.datastore #:with-transaction #:store-object |